diff --git a/[refs] b/[refs] index 6cff7d88787a..49a843ecd172 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e7c8e8605d0bafc705ff27f9da98a1668427cc0f +refs/heads/master: 1a3a026ba1b6bbfe0b7f79ab38cf991d691e7c9a diff --git a/trunk/drivers/usb/storage/usb.c b/trunk/drivers/usb/storage/usb.c index c325e69415a1..9e069efeefee 100644 --- a/trunk/drivers/usb/storage/usb.c +++ b/trunk/drivers/usb/storage/usb.c @@ -1073,6 +1073,7 @@ static struct usb_driver usb_storage_driver = { .id_table = usb_storage_usb_ids, .supports_autosuspend = 1, .soft_unbind = 1, + .no_dynamic_id = 1, }; static int __init usb_stor_init(void)