summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* usb-serial: show port number in sysfsRoman Kagan2007-10-121-0/+16
* USB: fix memory leak in berry_charge driverGreg Kroah-Hartman2007-10-121-2/+5
* USB: less-restrictive command checking in g-file-storageAlan Stern2007-10-121-1/+1
* USB: kobil_sct: Rework driverAlan Cox2007-10-121-89/+55Star
* USB: cp2101: Coding style policeAlan Cox2007-10-121-1/+1
* USB: avoid the donelist after an error in ohci-hcdAlan Stern2007-10-121-16/+8Star
* USB: fix mistake in usb_hcd_giveback_urbAlan Stern2007-10-121-3/+4
* USB: ftdi_sio: Handle FT232RL devices like FT232BM devicesAndrew M. Bishop2007-10-121-1/+4
* USB: add urb->unlinked fieldAlan Stern2007-10-1211-125/+108Star
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-129-60/+18Star
* USB: remove Iso status value in uhci-hcdAlan Stern2007-10-122-9/+3Star
* USB: minor fixes for r8a66597 driverAlan Stern2007-10-121-21/+19Star
* USB: EHCI restart speedupMarcelo Tosatti2007-10-122-5/+2Star
* UEAGLE: CosmeticStanislaw Gruszka2007-10-121-4/+3Star
* UEAGLE: Do not sleep when device is disconnectedStanislaw Gruszka2007-10-121-8/+19
* UEAGLE: Avoid keyboard driver blockingStanislaw Gruszka2007-10-121-11/+20
* UEAGLE: Allow user to choose input interface alternate settingStanislaw Gruszka2007-10-121-16/+12Star
* UEAGLE: Devolo and Elsa chipsets supportStanislaw Gruszka2007-10-121-26/+88
* UEAGLE: Eagle IV chipset supportStanislaw Gruszka2007-10-121-213/+978
* USB: remove unnecessary tests in isp116x and sl811Alan Stern2007-10-122-16/+0Star
* USB: ark3116.c: fix check-after-useAdrian Bunk2007-10-121-5/+0Star
* USB: missing test for ESHUTDOWN in adutux driverOliver Neukum2007-10-121-1/+2
* usb: remove redundant memset from amd5536udcMariusz Kozlowski2007-10-121-1/+0Star
* USB: ftdi-elan.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-121-3/+5
* USB: mct_u232-convert-to-proper-speed-handling-api-fixAndrew Morton2007-10-121-14/+14
* USB: kl5kusb105: witch to new speed APIAlan Cox2007-10-121-10/+18
* usblp: Fix a double kfreePete Zaitcev2007-10-121-12/+23
* usbmon: Smooth the core codePete Zaitcev2007-10-121-13/+3Star
* usbmon: Drop DMA mapping for setup packetPete Zaitcev2007-10-122-8/+0Star
* usbmon: Update pipe removal to suit my tastePete Zaitcev2007-10-122-34/+18Star
* usblp: CosmeticsPete Zaitcev2007-10-121-4/+5
* usblp: mutex in usblp_check_statusPete Zaitcev2007-10-121-3/+4
* USB: SisUSB2VGA: Convert printk to dev_* macrosFelipe Balbi2007-10-122-88/+36Star
* USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_struct.hFelipe Balbi2007-10-121-75/+67Star
* USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.hFelipe Balbi2007-10-121-656/+655Star
* USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.cFelipe Balbi2007-10-121-129/+133
* USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb.hFelipe Balbi2007-10-121-60/+58Star
* USB: SisUSB2VGA: Mis-spelled wordFelipe Balbi2007-10-121-1/+1
* USB: SisUSB2VGA: Remove if 0'ed codeFelipe Balbi2007-10-124-197/+1Star
* USB: SisUSB2VGA: Whitespace CleanupsFelipe Balbi2007-10-125-20/+20
* USB: cleanups for g_file_storageAlan Stern2007-10-121-67/+62Star
* USB: don't touch sysfs stuff when altsetting is unchangedAlan Stern2007-10-121-2/+4
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-1213-271/+420
* USB: make usb_release_interface staticGreg Kroah-Hartman2007-10-121-1/+1
* USB: rename choose_configurationGreg Kroah-Hartman2007-10-123-4/+4
* usb: document device authorizationInaky Perez-Gonzalez2007-10-121-0/+92
* usb: hook up device authorization to sysfsInaky Perez-Gonzalez2007-10-121-0/+39
* usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez2007-10-123-1/+85
* usb: split usb_new_device for clarity and refactoringInaky Perez-Gonzalez2007-10-121-48/+88
* usb: usb_generic_probe() obeys authorizationInaky Perez-Gonzalez2007-10-121-8/+11