diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-28 14:15:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-28 14:15:17 -0400 |
commit | 2e34b429a404675dc4fc4ad2ee339eea028da3ca (patch) | |
tree | 93c9595fa65bf1e676f9b2a2b03bc8c187c25d06 /MAINTAINERS | |
parent | 04b905942b482092a547798a2477f21e32a8f65d (diff) | |
parent | 857aab34f04ff86666aa80e751ee696eff0113dd (diff) |
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
* 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6:
MAINTAINERS: add myself as maintainer of USB/IP
usb: r8a66597-hcd: fix cannot detect low/full speed device
USB: ehci-ath79: fix a NULL pointer dereference
USB: Add new FT232H chip to drivers/usb/serial/ftdi_sio.c
usb/isp1760: Fix bug preventing the unlinking of control urbs
USB: Fix up URB error codes to reflect implementation.
xhci: Always set urb->status to zero for isoc endpoints.
xhci: Add reset on resume quirk for asrock p67 host
xHCI 1.0: Incompatible Device Error
USB: don't let errors prevent system sleep
USB: don't let the hub driver prevent system sleep
USB: change maintainership of ohci-hcd and ehci-hcd
xHCI 1.0: Force Stopped Event(FSE)
xhci: Don't warn about zeroed bMaxBurst descriptor field.
USB: Free bandwidth when usb_disable_device is called.
xhci: Reject double add of active endpoints.
USB: TI 3410/5052 USB Serial Driver: Fix mem leak when firmware is too big.
usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFO
usb: musb: host: compare status for negative error values
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f0358cd91de3..d2dcef7cd9b2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6434,8 +6434,9 @@ S: Maintained | |||
6434 | F: drivers/usb/misc/rio500* | 6434 | F: drivers/usb/misc/rio500* |
6435 | 6435 | ||
6436 | USB EHCI DRIVER | 6436 | USB EHCI DRIVER |
6437 | M: Alan Stern <stern@rowland.harvard.edu> | ||
6437 | L: linux-usb@vger.kernel.org | 6438 | L: linux-usb@vger.kernel.org |
6438 | S: Orphan | 6439 | S: Maintained |
6439 | F: Documentation/usb/ehci.txt | 6440 | F: Documentation/usb/ehci.txt |
6440 | F: drivers/usb/host/ehci* | 6441 | F: drivers/usb/host/ehci* |
6441 | 6442 | ||
@@ -6465,6 +6466,12 @@ S: Maintained | |||
6465 | F: Documentation/hid/hiddev.txt | 6466 | F: Documentation/hid/hiddev.txt |
6466 | F: drivers/hid/usbhid/ | 6467 | F: drivers/hid/usbhid/ |
6467 | 6468 | ||
6469 | USB/IP DRIVERS | ||
6470 | M: Matt Mooney <mfm@muteddisk.com> | ||
6471 | L: linux-usb@vger.kernel.org | ||
6472 | S: Maintained | ||
6473 | F: drivers/staging/usbip/ | ||
6474 | |||
6468 | USB ISP116X DRIVER | 6475 | USB ISP116X DRIVER |
6469 | M: Olav Kongas <ok@artecdesign.ee> | 6476 | M: Olav Kongas <ok@artecdesign.ee> |
6470 | L: linux-usb@vger.kernel.org | 6477 | L: linux-usb@vger.kernel.org |
@@ -6494,8 +6501,9 @@ S: Maintained | |||
6494 | F: sound/usb/midi.* | 6501 | F: sound/usb/midi.* |
6495 | 6502 | ||
6496 | USB OHCI DRIVER | 6503 | USB OHCI DRIVER |
6504 | M: Alan Stern <stern@rowland.harvard.edu> | ||
6497 | L: linux-usb@vger.kernel.org | 6505 | L: linux-usb@vger.kernel.org |
6498 | S: Orphan | 6506 | S: Maintained |
6499 | F: Documentation/usb/ohci.txt | 6507 | F: Documentation/usb/ohci.txt |
6500 | F: drivers/usb/host/ohci* | 6508 | F: drivers/usb/host/ohci* |
6501 | 6509 | ||