diff options
-rw-r--r-- | drivers/usb/storage/usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c index c325e69415a1..9e069efeefee 100644 --- a/drivers/usb/storage/usb.c +++ b/drivers/usb/storage/usb.c | |||
@@ -1073,6 +1073,7 @@ static struct usb_driver usb_storage_driver = { | |||
1073 | .id_table = usb_storage_usb_ids, | 1073 | .id_table = usb_storage_usb_ids, |
1074 | .supports_autosuspend = 1, | 1074 | .supports_autosuspend = 1, |
1075 | .soft_unbind = 1, | 1075 | .soft_unbind = 1, |
1076 | .no_dynamic_id = 1, | ||
1076 | }; | 1077 | }; |
1077 | 1078 | ||
1078 | static int __init usb_stor_init(void) | 1079 | static int __init usb_stor_init(void) |