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:
@@ -90,9 +90,6 @@ static struct usb_serial_driver cyberjack_device = {
|
||||
.description = "Reiner SCT Cyberjack USB card reader",
|
||||
.usb_driver = &cyberjack_driver,
|
||||
.id_table = id_table,
|
||||
.num_interrupt_in = 1,
|
||||
.num_bulk_in = 1,
|
||||
.num_bulk_out = 1,
|
||||
.num_ports = 1,
|
||||
.attach = cyberjack_startup,
|
||||
.shutdown = cyberjack_shutdown,
|
||||
|
Reference in New Issue
Block a user