diff options
Diffstat (limited to 'drivers/usb/serial/io_edgeport.c')
-rw-r--r-- | drivers/usb/serial/io_edgeport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/io_edgeport.c b/drivers/usb/serial/io_edgeport.c index dc4c498bd1ed..276bd425a474 100644 --- a/drivers/usb/serial/io_edgeport.c +++ b/drivers/usb/serial/io_edgeport.c | |||
@@ -247,6 +247,7 @@ static struct usb_driver io_driver = { | |||
247 | .probe = usb_serial_probe, | 247 | .probe = usb_serial_probe, |
248 | .disconnect = usb_serial_disconnect, | 248 | .disconnect = usb_serial_disconnect, |
249 | .id_table = id_table_combined, | 249 | .id_table = id_table_combined, |
250 | .no_dynamic_id = 1, | ||
250 | }; | 251 | }; |
251 | 252 | ||
252 | /* function prototypes for all of our local functions */ | 253 | /* function prototypes for all of our local functions */ |