diff options
author | Huajun Li <huajun.li.lee@gmail.com> | 2012-01-14 03:15:21 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2012-01-24 23:31:03 +0100 |
commit | e73b2db6c9bc5bd9a3c080f286964e594351991a (patch) | |
tree | cdf48789ad212343f2fcc249e5bc462be3f2096b /drivers/usb/storage/jumpshot.c | |
parent | usb/uhci: initialize sg_table properly (diff) | |
download | linux-e73b2db6c9bc5bd9a3c080f286964e594351991a.tar.xz linux-e73b2db6c9bc5bd9a3c080f286964e594351991a.zip |
usb: Disable dynamic id of USB storage subdrivers
Storage subdrivers, like alauda, datafab and others, don't support
dynamic id currently, and it needs lots of work but with very little
gain to enable the feature, so disable them in the patch.
Signed-off-by: Huajun Li <huajun.li.lee@gmail.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage/jumpshot.c')
-rw-r--r-- | drivers/usb/storage/jumpshot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/jumpshot.c b/drivers/usb/storage/jumpshot.c index a19211b5c265..e3b97383186a 100644 --- a/drivers/usb/storage/jumpshot.c +++ b/drivers/usb/storage/jumpshot.c @@ -677,6 +677,7 @@ static struct usb_driver jumpshot_driver = { .post_reset = usb_stor_post_reset, .id_table = jumpshot_usb_ids, .soft_unbind = 1, + .no_dynamic_id = 1, }; module_usb_driver(jumpshot_driver); |