]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rts5139: Fix SD card detection on Samsung NP730U3E Ultrabook
authorMarcus Overhagen <marcus.overhagen@gmail.com>
Mon, 3 Jun 2013 18:14:01 +0000 (20:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2013 19:15:34 +0000 (12:15 -0700)
commit1d74d45f8976aa5f608840e35c35c320896622b4
treee496a1c264778acfe4a50242713740a9622df6f9
parent0b780866d76b5f37cd4de5c52844df88d211fcd5
staging: rts5139: Fix SD card detection on Samsung NP730U3E Ultrabook

The timeout detection implemented in this driver isn't very
robust. Although the USB interrupt transfer was 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, as used in other places of
this driver, makes it work.

Signed-off-by: Marcus Overhagen <marcus.overhagen@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5139/rts51x_transport.c