]> 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)
commit875f2809aa27f2e6ef0320a754f77e7b4ec30ad9
treee496a1c264778acfe4a50242713740a9622df6f9
parente707c9242c048fd43f2b4d62cf6c04fa39d13472
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