OSDN Git Service

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)
commitc5c141dfe737706d8bd57f40b4a9a8818c5ce4de
treee496a1c264778acfe4a50242713740a9622df6f9
parentb3c1afd1fa366ef733a9f16c493a03396d7e4ab5
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