USB: serial: remove unneeded number endpoints settings
The usb-serial core no longer checks these fields so remove them from all of the individual drivers. They will be removed from the usb-serial core in a patch later in the series. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
此提交包含在:
@@ -95,9 +95,6 @@ static struct usb_serial_driver zyxel_omninet_device = {
|
||||
.description = "ZyXEL - omni.net lcd plus usb",
|
||||
.usb_driver = &omninet_driver,
|
||||
.id_table = id_table,
|
||||
.num_interrupt_in = 1,
|
||||
.num_bulk_in = 1,
|
||||
.num_bulk_out = 2,
|
||||
.num_ports = 1,
|
||||
.attach = omninet_attach,
|
||||
.open = omninet_open,
|
||||
|
新增問題並參考
封鎖使用者