diff options
Diffstat (limited to 'drivers/usb/serial/belkin_sa.c')
-rw-r--r-- | drivers/usb/serial/belkin_sa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/belkin_sa.c b/drivers/usb/serial/belkin_sa.c index 84bc0ee4f061..69039bd9fc5e 100644 --- a/drivers/usb/serial/belkin_sa.c +++ b/drivers/usb/serial/belkin_sa.c | |||
@@ -118,6 +118,7 @@ static struct usb_driver belkin_driver = { | |||
118 | .probe = usb_serial_probe, | 118 | .probe = usb_serial_probe, |
119 | .disconnect = usb_serial_disconnect, | 119 | .disconnect = usb_serial_disconnect, |
120 | .id_table = id_table_combined, | 120 | .id_table = id_table_combined, |
121 | .no_dynamic_id = 1, | ||
121 | }; | 122 | }; |
122 | 123 | ||
123 | /* All of the device info needed for the serial converters */ | 124 | /* All of the device info needed for the serial converters */ |