summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-09-23USB: don't lose mode switch events on suspended devicesAlan Stern1-8/+1
2009-09-23USB: check for hub driver not bound to root hub deviceAlan Stern1-3/+7
2009-09-23USB: fix wrong order of events in usb serial suspensionOliver Neukum1-3/+7
2009-09-23USB: au1xxx: add dev_pm_opsManuel Lauss2-29/+27
2009-09-23USB: storage: Drop an unneeded a NULL testJulia Lawall2-3/+3
2009-09-23USB: serial: Spelling correction in Motorola USB Phone driverMaxin John1-1/+1
2009-09-23USB: isp1760: allow platform devices to customize devflagsMichael Hennerich3-1/+26
2009-09-23USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and suppor...Alek Du3-6/+65
2009-09-23USB: EHCI: split ehci_qh into hw and sw partsAlek Du6-81/+127
2009-09-23USB: EHCI: add need_io_watchdog flag to ehci_hcdAlek Du3-0/+10
2009-09-23USB: full autosuspend and power management support for usbsevsegOliver Neukum1-6/+63
2009-09-23USB: full power management support for the idmouse driverOliver Neukum1-0/+21
2009-09-23USB: gadget: s3c-hsotg: missing parenthesesRoel Kluin1-3/+3
2009-09-23USB: gadget: Drop NULL test on list_entry resultJulia Lawall1-31/+25
2009-09-23USB: ldusb should signal an error in poll if the device is disconnectedOliver Neukum1-0/+6
2009-09-23USB: legousbtower: make poll notice disconnectOliver Neukum1-0/+6
2009-09-23USB: suspend/resume support for usbtmcOliver Neukum1-1/+14
2009-09-23USB: usbtmc can do IO to device after disconnectOliver Neukum1-0/+19
2009-09-23USB: usb-serial, remove unused variablesJiri Slaby1-6/+0
2009-09-23USB: serial: full autosuspend support for the option driverOliver Neukum1-18/+116
2009-09-23USB: gadget: pxa25x: basic transceiver supportPhilipp Zabel2-4/+46
2009-09-23USB: make the "usbfs_snoop" log more pertinentAlan Stern1-69/+62
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern2-18/+25
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern5-6/+131
2009-09-23USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel5-6/+31
2009-09-23USB: Add nuvoton Ehci driver for w90p910 platformWan ZongShun4-0/+194
2009-09-23USB audio gadget: Un-inline generic_[gs]et_cmdLaurent Pinchart1-0/+15
2009-09-23USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.hLaurent Pinchart3-56/+56
2009-09-23USB: Move endpoint sync type definitions from usb/audio.h to usb/ch9.hLaurent Pinchart1-1/+1
2009-09-23USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev1-22/+10
2009-09-23USB: usbmon: end ugly tricks with DMA peekingPete Zaitcev6-136/+2
2009-09-23USB: usbmon: drop Kconfig defaultsPete Zaitcev1-3/+1
2009-09-23USB: sisusbvga: drop usb_buffer_allocPete Zaitcev2-42/+13
2009-09-23USB: ehci-dbg.c: no need for checking it before call vfreeFigo.zhang1-2/+1
2009-09-23USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp1-1/+1
2009-09-23USB: xhci: Support interrupt transfers.Sarah Sharp3-1/+55
2009-09-23USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp1-0/+9
2009-09-23USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp1-2/+8
2009-09-23USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp1-1/+16
2009-09-23USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp1-1/+1
2009-09-23USB: xhci: Handle babbling endpoints correctly.Sarah Sharp1-2/+14
2009-09-23USB: xhci: Make TRB completion code comparison readable.Sarah Sharp1-7/+9
2009-09-23USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp4-23/+148
2009-09-23USB: xhci: Handle stalled control endpoints.Sarah Sharp3-14/+58
2009-09-23USB: xhci: Support full speed devices.Sarah Sharp3-5/+89
2009-09-23USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp1-5/+18
2009-09-23USB: xhci: Configure endpoint code refactoring.Sarah Sharp4-52/+169
2009-09-23USB: xhci: Fix slot and endpoint context debugging.Sarah Sharp1-2/+3
2009-09-23USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp4-4/+35
2009-09-23USB: serial: ftdi: handle gnICE+ JTAG adaptorsMichael Hennerich2-0/+3