summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-12usb: usb_get_configuration() obeys authorizationInaky Perez-Gonzalez1-5/+19
2007-10-12usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez1-1/+4
2007-10-12usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez1-0/+18
2007-10-12usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez1-15/+18
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez2-1/+79
2007-10-12USB: gadget: gadget zero cleanupsDavid Brownell1-141/+96
2007-10-12USB: gadget: file storage gadget cleanupsDavid Brownell1-73/+45
2007-10-12USB: gadget: serial gadget cleanupsDavid Brownell1-93/+73
2007-10-12USB: gadget: gmidi cleanupsDavid Brownell1-48/+32
2007-10-12USB: gadget: ethernet gadget cleanups, shrinkageDavid Brownell1-87/+54
2007-10-12USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell3-37/+26
2007-10-12USB: Add drivers/usb/misc/iowarrior.c to the MakefileNico Erfurth1-0/+1
2007-10-12USB: separate out endpoint queue management and DMA mapping routinesAlan Stern1-150/+166
2007-10-12USB: update spinlock usage for root-hub URBsAlan Stern1-23/+29
2007-10-12USB: cleanup for previous patchesAlan Stern2-11/+7