Messages in this thread |  | | From | Marcus Overhagen <> | Subject | [PATCH 0/1] rts5139 Fix SD card detection and use correct transfer interval | Date | Sat, 1 Jun 2013 18:22:10 +0200 |
| |
The SD card reader slot on my Samsung Series 7 ultrabook never worked and still wasn't working with 3.10-rc3, also the syslog was spammed. The following patch fixes both.
The timeout detection implemented in this driver isn't very robust, although the USB interrupt transfer is successful, the polling thread often reported timeouts because the 50ms had expired before it got scheduled, and the SD card wasn't detected. Increasing it to 100ms at least makes it work.
Using the correct interval as reported by the endpoint also stops the syslog spam printed by xhci.
Marcus Overhagen (1): Fix SD card detection and use correct transfer interval.
drivers/staging/rts5139/rts51x_transport.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
-- 1.8.1.2
|  |