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