|
@@ -200,10 +200,6 @@ static struct usb_serial_driver cypress_earthmate_device = {
|
|
.description = "DeLorme Earthmate USB",
|
|
.description = "DeLorme Earthmate USB",
|
|
.usb_driver = &cypress_driver,
|
|
.usb_driver = &cypress_driver,
|
|
.id_table = id_table_earthmate,
|
|
.id_table = id_table_earthmate,
|
|
- .num_interrupt_in = 1,
|
|
|
|
- .num_interrupt_out = 1,
|
|
|
|
- .num_bulk_in = NUM_DONT_CARE,
|
|
|
|
- .num_bulk_out = NUM_DONT_CARE,
|
|
|
|
.num_ports = 1,
|
|
.num_ports = 1,
|
|
.attach = cypress_earthmate_startup,
|
|
.attach = cypress_earthmate_startup,
|
|
.shutdown = cypress_shutdown,
|
|
.shutdown = cypress_shutdown,
|
|
@@ -230,10 +226,6 @@ static struct usb_serial_driver cypress_hidcom_device = {
|
|
.description = "HID->COM RS232 Adapter",
|
|
.description = "HID->COM RS232 Adapter",
|
|
.usb_driver = &cypress_driver,
|
|
.usb_driver = &cypress_driver,
|
|
.id_table = id_table_cyphidcomrs232,
|
|
.id_table = id_table_cyphidcomrs232,
|
|
- .num_interrupt_in = 1,
|
|
|
|
- .num_interrupt_out = 1,
|
|
|
|
- .num_bulk_in = NUM_DONT_CARE,
|
|
|
|
- .num_bulk_out = NUM_DONT_CARE,
|
|
|
|
.num_ports = 1,
|
|
.num_ports = 1,
|
|
.attach = cypress_hidcom_startup,
|
|
.attach = cypress_hidcom_startup,
|
|
.shutdown = cypress_shutdown,
|
|
.shutdown = cypress_shutdown,
|
|
@@ -260,10 +252,6 @@ static struct usb_serial_driver cypress_ca42v2_device = {
|
|
.description = "Nokia CA-42 V2 Adapter",
|
|
.description = "Nokia CA-42 V2 Adapter",
|
|
.usb_driver = &cypress_driver,
|
|
.usb_driver = &cypress_driver,
|
|
.id_table = id_table_nokiaca42v2,
|
|
.id_table = id_table_nokiaca42v2,
|
|
- .num_interrupt_in = 1,
|
|
|
|
- .num_interrupt_out = 1,
|
|
|
|
- .num_bulk_in = NUM_DONT_CARE,
|
|
|
|
- .num_bulk_out = NUM_DONT_CARE,
|
|
|
|
.num_ports = 1,
|
|
.num_ports = 1,
|
|
.attach = cypress_ca42v2_startup,
|
|
.attach = cypress_ca42v2_startup,
|
|
.shutdown = cypress_shutdown,
|
|
.shutdown = cypress_shutdown,
|