diff options
Diffstat (limited to 'drivers/usb/serial/whiteheat.c')
-rw-r--r-- | drivers/usb/serial/whiteheat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/whiteheat.c index 18c3183be769..19c6386bb692 100644 --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c | |||
@@ -132,6 +132,7 @@ static struct usb_driver whiteheat_driver = { | |||
132 | .probe = usb_serial_probe, | 132 | .probe = usb_serial_probe, |
133 | .disconnect = usb_serial_disconnect, | 133 | .disconnect = usb_serial_disconnect, |
134 | .id_table = id_table_combined, | 134 | .id_table = id_table_combined, |
135 | .no_dynamic_id = 1, | ||
135 | }; | 136 | }; |
136 | 137 | ||
137 | /* function prototypes for the Connect Tech WhiteHEAT prerenumeration device */ | 138 | /* function prototypes for the Connect Tech WhiteHEAT prerenumeration device */ |