[PATCH 0/2] staging: rts5139: Fix SD card reader for Samsung NP730U3E

2013-06-03 Thread Marcus Overhagen
Hello Greg, please apply this patchset. There appears to exist no maintainer for this driver. Marcus Overhagen (2): staging: rts5139: Fix SD card detection on Samsung NP730U3E Ultrabook staging: rts5139: Use correct USB transfer interval to fix syslog spamming drivers/staging/rts5139

[PATCH 1/2] staging: rts5139: Fix SD card detection on Samsung NP730U3E Ultrabook

2013-06-03 Thread Marcus Overhagen
her places of this driver, makes it work. Signed-off-by: Marcus Overhagen --- drivers/staging/rts5139/rts51x_transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rts5139/rts51x_transport.c b/drivers/staging/rts5139/rts51x_transport.c index 89e4d80..c573

[PATCH 2/2] staging: rts5139: Use correct USB transfer interval to fix syslog spamming

2013-06-03 Thread Marcus Overhagen
Using correct transfer interval as specified by the USB endpoint when doing the interrupt transfer fixes the warning printed by xhci USB core on every transfer that resulted in spamming "xhci_queue_intr_tx: 74 callbacks suppressed" to syslog every 5 seconds. Signed-off-by: Marcus