aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: uhci: rm repeatedly evaluation for urbp->qhBob Liu2009-09-231-1/+0
* USB: usbtmc: fix printk format warningsRandy Dunlap2009-09-231-1/+1
* USB: usbtmc: sanity checks for DEV_DEP_MSG_IN urbsGuus Sliepen2009-09-231-4/+18
* USB: NXP ISP1362 USB host driverLothar Wassmann2009-09-235-0/+3998
* USB: dummy-hcd: accept mismatch between wLength and transfer lengthAlan Stern2009-09-231-5/+0
* USB: don't lose mode switch events on suspended devicesAlan Stern2009-09-231-8/+1
* USB: check for hub driver not bound to root hub deviceAlan Stern2009-09-231-3/+7
* USB: fix wrong order of events in usb serial suspensionOliver Neukum2009-09-231-3/+7
* USB: au1xxx: add dev_pm_opsManuel Lauss2009-09-232-29/+27
* USB: storage: Drop an unneeded a NULL testJulia Lawall2009-09-232-3/+3
* USB: serial: Spelling correction in Motorola USB Phone driverMaxin John2009-09-231-1/+1
* USB: isp1760: allow platform devices to customize devflagsMichael Hennerich2009-09-233-1/+26
* USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and suppor...Alek Du2009-09-233-6/+65
* USB: EHCI: split ehci_qh into hw and sw partsAlek Du2009-09-236-81/+127
* USB: EHCI: add need_io_watchdog flag to ehci_hcdAlek Du2009-09-233-0/+10
* USB: full autosuspend and power management support for usbsevsegOliver Neukum2009-09-231-6/+63
* USB: full power management support for the idmouse driverOliver Neukum2009-09-231-0/+21
* USB: gadget: s3c-hsotg: missing parenthesesRoel Kluin2009-09-231-3/+3
* USB: gadget: Drop NULL test on list_entry resultJulia Lawall2009-09-231-31/+25
* USB: ldusb should signal an error in poll if the device is disconnectedOliver Neukum2009-09-231-0/+6
* USB: legousbtower: make poll notice disconnectOliver Neukum2009-09-231-0/+6
* USB: suspend/resume support for usbtmcOliver Neukum2009-09-231-1/+14
* USB: usbtmc can do IO to device after disconnectOliver Neukum2009-09-231-0/+19
* USB: usb-serial, remove unused variablesJiri Slaby2009-09-231-6/+0
* USB: serial: full autosuspend support for the option driverOliver Neukum2009-09-231-18/+116
* USB: gadget: pxa25x: basic transceiver supportPhilipp Zabel2009-09-232-4/+46
* USB: make the "usbfs_snoop" log more pertinentAlan Stern2009-09-231-69/+62
* USB: make intf.pm_usage an atomic_tAlan Stern2009-09-232-18/+25
* USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-235-6/+131
* USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel2009-09-235-6/+31
* USB: Add nuvoton Ehci driver for w90p910 platformWan ZongShun2009-09-234-0/+194
* USB audio gadget: Un-inline generic_[gs]et_cmdLaurent Pinchart2009-09-231-0/+15
* USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.hLaurent Pinchart2009-09-233-56/+56
* USB: Move endpoint sync type definitions from usb/audio.h to usb/ch9.hLaurent Pinchart2009-09-231-1/+1
* USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev2009-09-231-22/+10
* USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev2009-09-236-136/+2
* USB: usbmon: drop Kconfig defaultsPete Zaitcev2009-09-231-3/+1
* USB: sisusbvga: drop usb_buffer_allocPete Zaitcev2009-09-232-42/+13
* USB: ehci-dbg.c: no need for checking it before call vfreeFigo.zhang2009-09-231-2/+1
* USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp2009-09-231-1/+1
* USB: xhci: Support interrupt transfers.Sarah Sharp2009-09-233-1/+55
* USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp2009-09-231-0/+9
* USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp2009-09-231-2/+8
* USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp2009-09-231-1/+16
* USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp2009-09-231-1/+1
* USB: xhci: Handle babbling endpoints correctly.Sarah Sharp2009-09-231-2/+14
* USB: xhci: Make TRB completion code comparison readable.Sarah Sharp2009-09-231-7/+9
* USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp2009-09-234-23/+148
* USB: xhci: Handle stalled control endpoints.Sarah Sharp2009-09-233-14/+58
* USB: xhci: Support full speed devices.Sarah Sharp2009-09-233-5/+89