summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-03USB: trivial: missing newline in usb core warning messageThadeu Lima de Souza Cascardo1-1/+1
2010-03-03USB: ftdi_sio: correct spelling in implementation fileAndreas Mohr1-7/+7
2010-03-03USB: ftdi_sio: correct spelling in header filesAndreas Mohr2-15/+15
2010-03-03USB: serial: Eliminate useless codeJulia Lawall2-2/+1
2010-03-03USB: gadget: Add DEVTYPE support for Ethernet functionsMarcel Holtmann1-0/+5
2010-03-03USB: remove the berry_charge driverGreg Kroah-Hartman3-195/+0
2010-03-03USB: BKL removal from ioctl path of usbfsOliver Neukum1-9/+3
2010-03-03USB: BKL removal: frontierOliver Neukum2-6/+0
2010-03-03USB: BKL removal: vstusbOliver Neukum1-8/+1
2010-03-03USB: BKL removal: legousbtowerOliver Neukum1-3/+0
2010-03-03USB: BKL removal: ldusbOliver Neukum1-10/+2
2010-03-03USB: BKL removal: ftdi-elanOliver Neukum1-6/+0
2010-03-03USB: BKL removal: adutuxOliver Neukum1-3/+0
2010-03-03USB: BKL removal: idmouseOliver Neukum1-7/+1
2010-03-03USB: BKL removal: rio500Oliver Neukum1-2/+6
2010-03-03USB: BKL removal: mdc800Oliver Neukum1-3/+0
2010-03-03USB: BKL removal: cdc-wdmOliver Neukum1-3/+0
2010-03-03USB: BKL removal: usbtmcOliver Neukum1-3/+0
2010-03-03USB: BKL removal: usb-skeletonOliver Neukum1-3/+0
2010-03-03usb: BKL removal: usblpOliver Neukum1-3/+0
2010-03-03USB: isight-firmware: declare MODULE_FIRMWAREBen Hutchings1-0/+2
2010-03-03USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum1-4/+10
2010-03-03USB: Push BKL on open down into the driversOliver Neukum20-15/+99
2010-03-03USB: Remove BKL from lseek implementationsOliver Neukum2-4/+4
2010-03-03USB: Remove BKL from usbdev_open()Oliver Neukum1-4/+0
2010-03-03USB: Remove BKL from poll()Oliver Neukum1-19/+9
2010-03-03USB: atm: Use FIELD_SIZEOF, trivial cleanup.Thiago Farina1-1/+1
2010-03-03USB: serial: option.c: Add 4G W14 stick to blacklist for option_send_setupGernot Hillier1-1/+10
2010-03-03USB: serial: option.c: Add blacklisting infrastructure for special device han...Gernot Hillier1-0/+40
2010-03-03USB: serial: option.c: Add chipset information for 4G W14Gernot Hillier1-0/+2
2010-03-03USB goku_udc: make PCI device id constantNémeth Márton1-1/+1
2010-03-03USB gadget: make Open Firmware device id constantNémeth Márton1-1/+1
2010-03-03USB host: make Open Firmware device id constantNémeth Márton5-5/+5
2010-03-03USB hub: make USB device id constantNémeth Márton1-1/+1
2010-03-03USB misc: make USB device id constantNémeth Márton22-22/+22
2010-03-03USB image: make USB device id constantNémeth Márton2-3/+3
2010-03-03USB serial: make USB device id constantNémeth Márton39-60/+60
2010-03-03USB class: make USB device id constantNémeth Márton5-5/+5
2010-03-03USB skeleton: make USB device id constantNémeth Márton1-1/+1
2010-03-03USB: musb: don't dereference NULL tusb_dma in dma_controller_destroy()Roel Kluin1-1/+1
2010-03-03USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu3-4/+13
2010-03-03USB: fix crash in uhci_scan_schedulePete Zaitcev1-0/+1
2010-03-03USB: convert to the runtime PM frameworkAlan Stern9-616/+410
2010-03-03USB: rearrange functions in driver.cAlan Stern1-103/+103
2010-03-03USB: change handling of negative autosuspend delaysAlan Stern2-5/+27
2010-03-03USB: implement usb_enable_autosuspendAlan Stern4-21/+56
2010-03-03USB: use the device lock for persist_enabledAlan Stern1-2/+3
2010-03-03USB: consolidate remote wakeup routinesAlan Stern3-11/+11
2010-03-03USB: change locking for device-level autosuspendAlan Stern3-20/+30
2010-03-03USB: rearrange code in usb_probe_interfaceAlan Stern1-32/+31