diff options
-rw-r--r-- | drivers/usb/serial/cp210x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index ec9b0449ccf6..e3440003810e 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c | |||
@@ -138,6 +138,7 @@ static struct usb_serial_driver cp210x_device = { | |||
138 | .usb_driver = &cp210x_driver, | 138 | .usb_driver = &cp210x_driver, |
139 | .id_table = id_table, | 139 | .id_table = id_table, |
140 | .num_ports = 1, | 140 | .num_ports = 1, |
141 | .bulk_out_size = 256, | ||
141 | .open = cp210x_open, | 142 | .open = cp210x_open, |
142 | .close = cp210x_close, | 143 | .close = cp210x_close, |
143 | .break_ctl = cp210x_break_ctl, | 144 | .break_ctl = cp210x_break_ctl, |