|
@@ -636,10 +636,6 @@ static struct usb_serial_driver keyspan_pre_device = {
|
|
|
},
|
|
|
.description = "Keyspan - (without firmware)",
|
|
|
.id_table = keyspan_pre_ids,
|
|
|
- .num_interrupt_in = NUM_DONT_CARE,
|
|
|
- .num_interrupt_out = NUM_DONT_CARE,
|
|
|
- .num_bulk_in = NUM_DONT_CARE,
|
|
|
- .num_bulk_out = NUM_DONT_CARE,
|
|
|
.num_ports = 1,
|
|
|
.attach = keyspan_fake_startup,
|
|
|
};
|
|
@@ -651,10 +647,6 @@ static struct usb_serial_driver keyspan_1port_device = {
|
|
|
},
|
|
|
.description = "Keyspan 1 port adapter",
|
|
|
.id_table = keyspan_1port_ids,
|
|
|
- .num_interrupt_in = NUM_DONT_CARE,
|
|
|
- .num_interrupt_out = NUM_DONT_CARE,
|
|
|
- .num_bulk_in = NUM_DONT_CARE,
|
|
|
- .num_bulk_out = NUM_DONT_CARE,
|
|
|
.num_ports = 1,
|
|
|
.open = keyspan_open,
|
|
|
.close = keyspan_close,
|
|
@@ -679,10 +671,6 @@ static struct usb_serial_driver keyspan_2port_device = {
|
|
|
},
|
|
|
.description = "Keyspan 2 port adapter",
|
|
|
.id_table = keyspan_2port_ids,
|
|
|
- .num_interrupt_in = NUM_DONT_CARE,
|
|
|
- .num_interrupt_out = NUM_DONT_CARE,
|
|
|
- .num_bulk_in = NUM_DONT_CARE,
|
|
|
- .num_bulk_out = NUM_DONT_CARE,
|
|
|
.num_ports = 2,
|
|
|
.open = keyspan_open,
|
|
|
.close = keyspan_close,
|
|
@@ -707,10 +695,6 @@ static struct usb_serial_driver keyspan_4port_device = {
|
|
|
},
|
|
|
.description = "Keyspan 4 port adapter",
|
|
|
.id_table = keyspan_4port_ids,
|
|
|
- .num_interrupt_in = NUM_DONT_CARE,
|
|
|
- .num_interrupt_out = NUM_DONT_CARE,
|
|
|
- .num_bulk_in = NUM_DONT_CARE,
|
|
|
- .num_bulk_out = NUM_DONT_CARE,
|
|
|
.num_ports = 4,
|
|
|
.open = keyspan_open,
|
|
|
.close = keyspan_close,
|