diff options
author | wwang <wei_wang@realsil.com.cn> | 2011-01-14 16:53:34 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-01-22 19:40:10 -0800 |
commit | 50a6cb932d5cccc6a165219f137b87ea596b4cd0 (patch) | |
tree | c600f75616d700219ae6727c142c76940fba974d /drivers/usb/storage/usual-tables.c | |
parent | f6c259a39fd7bb8db6661690976a0f05d12b707d (diff) | |
download | linux-50a6cb932d5cccc6a165219f137b87ea596b4cd0.tar.bz2 |
USB: usb_storage: add ums-realtek driver
ums_realtek is used to support the power-saving function
for Realtek RTS51xx USB card readers.
Signed-off-by: wwang <wei_wang@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/usual-tables.c')
-rw-r--r-- | drivers/usb/storage/usual-tables.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/usual-tables.c b/drivers/usb/storage/usual-tables.c index 468bde7d1971..4293077c01aa 100644 --- a/drivers/usb/storage/usual-tables.c +++ b/drivers/usb/storage/usual-tables.c @@ -85,6 +85,7 @@ static struct ignore_entry ignore_ids[] = { # include "unusual_jumpshot.h" # include "unusual_karma.h" # include "unusual_onetouch.h" +# include "unusual_realtek.h" # include "unusual_sddr09.h" # include "unusual_sddr55.h" # include "unusual_usbat.h" |