diff options
Diffstat (limited to 'drivers/usb/storage/cypress_atacb.c')
| -rw-r--r-- | drivers/usb/storage/cypress_atacb.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/cypress_atacb.c b/drivers/usb/storage/cypress_atacb.c index 387cbd47acc..5fe451d16e6 100644 --- a/drivers/usb/storage/cypress_atacb.c +++ b/drivers/usb/storage/cypress_atacb.c @@ -272,6 +272,7 @@ static struct usb_driver cypress_driver = {  	.post_reset =	usb_stor_post_reset,  	.id_table =	cypress_usb_ids,  	.soft_unbind =	1, +	.no_dynamic_id = 1,  };  module_usb_driver(cypress_driver);  |