diff options
Diffstat (limited to 'drivers/usb/serial/pl2303.c')
-rw-r--r-- | drivers/usb/serial/pl2303.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 41a45a5025b2..e302a320444c 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c | |||
@@ -87,6 +87,7 @@ static struct usb_driver pl2303_driver = { | |||
87 | .probe = usb_serial_probe, | 87 | .probe = usb_serial_probe, |
88 | .disconnect = usb_serial_disconnect, | 88 | .disconnect = usb_serial_disconnect, |
89 | .id_table = id_table, | 89 | .id_table = id_table, |
90 | .no_dynamic_id = 1, | ||
90 | }; | 91 | }; |
91 | 92 | ||
92 | #define SET_LINE_REQUEST_TYPE 0x21 | 93 | #define SET_LINE_REQUEST_TYPE 0x21 |