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>
This commit is contained in:
@@ -508,9 +508,6 @@ static struct usb_serial_driver digi_acceleport_2_device = {
|
||||
.description = "Digi 2 port USB adapter",
|
||||
.usb_driver = &digi_driver,
|
||||
.id_table = id_table_2,
|
||||
.num_interrupt_in = 0,
|
||||
.num_bulk_in = 4,
|
||||
.num_bulk_out = 4,
|
||||
.num_ports = 3,
|
||||
.open = digi_open,
|
||||
.close = digi_close,
|
||||
@@ -538,9 +535,6 @@ static struct usb_serial_driver digi_acceleport_4_device = {
|
||||
.description = "Digi 4 port USB adapter",
|
||||
.usb_driver = &digi_driver,
|
||||
.id_table = id_table_4,
|
||||
.num_interrupt_in = 0,
|
||||
.num_bulk_in = 5,
|
||||
.num_bulk_out = 5,
|
||||
.num_ports = 4,
|
||||
.open = digi_open,
|
||||
.close = digi_close,
|
||||
|
Reference in New Issue
Block a user