summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: usbfs_snoop: add data logging back inChris Frey2010-03-021-13/+38
* USB: s3c-hsotg: Staticise non-exported functionsMark Brown2010-03-021-3/+4
* USB: trivial: missing newline in usb core warning messageThadeu Lima de Souza Cascardo2010-03-021-1/+1
* USB: ftdi_sio: correct spelling in implementation fileAndreas Mohr2010-03-021-7/+7
* USB: ftdi_sio: correct spelling in header filesAndreas Mohr2010-03-022-15/+15
* USB: serial: Eliminate useless codeJulia Lawall2010-03-022-2/+1
* USB: gadget: Add DEVTYPE support for Ethernet functionsMarcel Holtmann2010-03-021-0/+5
* USB: remove the berry_charge driverGreg Kroah-Hartman2010-03-023-195/+0
* USB: BKL removal from ioctl path of usbfsOliver Neukum2010-03-021-9/+3
* USB: BKL removal: vstusbOliver Neukum2010-03-021-8/+1
* USB: BKL removal: legousbtowerOliver Neukum2010-03-021-3/+0
* USB: BKL removal: ldusbOliver Neukum2010-03-021-10/+2
* USB: BKL removal: ftdi-elanOliver Neukum2010-03-021-6/+0
* USB: BKL removal: adutuxOliver Neukum2010-03-021-3/+0
* USB: BKL removal: idmouseOliver Neukum2010-03-021-7/+1
* USB: BKL removal: rio500Oliver Neukum2010-03-021-2/+6
* USB: BKL removal: mdc800Oliver Neukum2010-03-021-3/+0
* USB: BKL removal: cdc-wdmOliver Neukum2010-03-021-3/+0
* USB: BKL removal: usbtmcOliver Neukum2010-03-021-3/+0
* USB: BKL removal: usb-skeletonOliver Neukum2010-03-021-3/+0
* usb: BKL removal: usblpOliver Neukum2010-03-021-3/+0
* USB: isight-firmware: declare MODULE_FIRMWAREBen Hutchings2010-03-021-0/+2
* USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum2010-03-021-4/+10
* USB: Push BKL on open down into the driversOliver Neukum2010-03-0216-12/+81
* USB: Remove BKL from lseek implementationsOliver Neukum2010-03-022-4/+4
* USB: Remove BKL from usbdev_open()Oliver Neukum2010-03-021-4/+0
* USB: Remove BKL from poll()Oliver Neukum2010-03-021-19/+9
* USB: atm: Use FIELD_SIZEOF, trivial cleanup.Thiago Farina2010-03-021-1/+1
* USB: serial: option.c: Add 4G W14 stick to blacklist for option_send_setupGernot Hillier2010-03-021-1/+10
* USB: serial: option.c: Add blacklisting infrastructure for special device han...Gernot Hillier2010-03-021-0/+40
* USB: serial: option.c: Add chipset information for 4G W14Gernot Hillier2010-03-021-0/+2
* USB goku_udc: make PCI device id constantNémeth Márton2010-03-021-1/+1
* USB gadget: make Open Firmware device id constantNémeth Márton2010-03-021-1/+1
* USB host: make Open Firmware device id constantNémeth Márton2010-03-025-5/+5
* USB hub: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB misc: make USB device id constantNémeth Márton2010-03-0222-22/+22
* USB image: make USB device id constantNémeth Márton2010-03-022-3/+3
* USB serial: make USB device id constantNémeth Márton2010-03-0239-60/+60
* USB class: make USB device id constantNémeth Márton2010-03-025-5/+5
* USB skeleton: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: musb: don't dereference NULL tusb_dma in dma_controller_destroy()Roel Kluin2010-03-021-1/+1
* USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu2010-03-023-4/+13
* USB: fix crash in uhci_scan_schedulePete Zaitcev2010-03-021-0/+1
* USB: convert to the runtime PM frameworkAlan Stern2010-03-029-616/+410
* USB: rearrange functions in driver.cAlan Stern2010-03-021-103/+103
* USB: change handling of negative autosuspend delaysAlan Stern2010-03-022-5/+27
* USB: implement usb_enable_autosuspendAlan Stern2010-03-024-21/+56
* USB: use the device lock for persist_enabledAlan Stern2010-03-021-2/+3
* USB: consolidate remote wakeup routinesAlan Stern2010-03-023-11/+11
* USB: change locking for device-level autosuspendAlan Stern2010-03-023-20/+30