diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-25 15:40:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-25 15:40:57 -0400 |
commit | 37b05b17985ecc43a33e2a8cbdaa220115de4703 (patch) | |
tree | 8213bf790182711677018ed322a9ccf61470242e /drivers/usb/serial/keyspan.h | |
parent | ce1d5b23a8d1e19866ab82bdec0dc41fde5273d8 (diff) | |
parent | 4953d141dc5db748475001cfbfdcc42e66cf900e (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: (120 commits)
usb: don't update devnum for wusb devices
wusb: make ep0_reinit available for modules
wusb: devices dont use a set address
wusb: teach choose_address() about wireless devices
wusb: add link wusb-usb device
wusb: add authenticathed bit to usb_dev
USB: remove unnecessary type casting of urb->context
usb serial: more fixes and groundwork for tty changes
USB: replace remaining __FUNCTION__ occurrences
USB: usbfs: export the URB_NO_INTERRUPT flag to userspace
USB: fix compile problems in ehci-hcd
USB: ehci: qh_completions cleanup and bugfix
USB: cdc-acm: signedness fix
USB: add documentation about callbacks
USB: don't explicitly reenable root-hub status interrupts
USB: OHCI: turn off RD when remote wakeup is disabled
USB: HCDs use the do_remote_wakeup flag
USB: g_file_storage: ignore bulk-out data after invalid CBW
USB: serial: remove endpoints setting checks from core and header
USB: serial: remove unneeded number endpoints settings
...
Diffstat (limited to 'drivers/usb/serial/keyspan.h')
-rw-r--r-- | drivers/usb/serial/keyspan.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/usb/serial/keyspan.h b/drivers/usb/serial/keyspan.h index 74ce8bca3e66..8d6ed0293bfa 100644 --- a/drivers/usb/serial/keyspan.h +++ b/drivers/usb/serial/keyspan.h | |||
@@ -636,10 +636,6 @@ static struct usb_serial_driver keyspan_pre_device = { | |||
636 | }, | 636 | }, |
637 | .description = "Keyspan - (without firmware)", | 637 | .description = "Keyspan - (without firmware)", |
638 | .id_table = keyspan_pre_ids, | 638 | .id_table = keyspan_pre_ids, |
639 | .num_interrupt_in = NUM_DONT_CARE, | ||
640 | .num_interrupt_out = NUM_DONT_CARE, | ||
641 | .num_bulk_in = NUM_DONT_CARE, | ||
642 | .num_bulk_out = NUM_DONT_CARE, | ||
643 | .num_ports = 1, | 639 | .num_ports = 1, |
644 | .attach = keyspan_fake_startup, | 640 | .attach = keyspan_fake_startup, |
645 | }; | 641 | }; |
@@ -651,10 +647,6 @@ static struct usb_serial_driver keyspan_1port_device = { | |||
651 | }, | 647 | }, |
652 | .description = "Keyspan 1 port adapter", | 648 | .description = "Keyspan 1 port adapter", |
653 | .id_table = keyspan_1port_ids, | 649 | .id_table = keyspan_1port_ids, |
654 | .num_interrupt_in = NUM_DONT_CARE, | ||
655 | .num_interrupt_out = NUM_DONT_CARE, | ||
656 | .num_bulk_in = NUM_DONT_CARE, | ||
657 | .num_bulk_out = NUM_DONT_CARE, | ||
658 | .num_ports = 1, | 650 | .num_ports = 1, |
659 | .open = keyspan_open, | 651 | .open = keyspan_open, |
660 | .close = keyspan_close, | 652 | .close = keyspan_close, |
@@ -679,10 +671,6 @@ static struct usb_serial_driver keyspan_2port_device = { | |||
679 | }, | 671 | }, |
680 | .description = "Keyspan 2 port adapter", | 672 | .description = "Keyspan 2 port adapter", |
681 | .id_table = keyspan_2port_ids, | 673 | .id_table = keyspan_2port_ids, |
682 | .num_interrupt_in = NUM_DONT_CARE, | ||
683 | .num_interrupt_out = NUM_DONT_CARE, | ||
684 | .num_bulk_in = NUM_DONT_CARE, | ||
685 | .num_bulk_out = NUM_DONT_CARE, | ||
686 | .num_ports = 2, | 674 | .num_ports = 2, |
687 | .open = keyspan_open, | 675 | .open = keyspan_open, |
688 | .close = keyspan_close, | 676 | .close = keyspan_close, |
@@ -707,10 +695,6 @@ static struct usb_serial_driver keyspan_4port_device = { | |||
707 | }, | 695 | }, |
708 | .description = "Keyspan 4 port adapter", | 696 | .description = "Keyspan 4 port adapter", |
709 | .id_table = keyspan_4port_ids, | 697 | .id_table = keyspan_4port_ids, |
710 | .num_interrupt_in = NUM_DONT_CARE, | ||
711 | .num_interrupt_out = NUM_DONT_CARE, | ||
712 | .num_bulk_in = NUM_DONT_CARE, | ||
713 | .num_bulk_out = NUM_DONT_CARE, | ||
714 | .num_ports = 4, | 698 | .num_ports = 4, |
715 | .open = keyspan_open, | 699 | .open = keyspan_open, |
716 | .close = keyspan_close, | 700 | .close = keyspan_close, |