summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-13usblp: CosmeticsPete Zaitcev1-4/+5
2007-10-13usblp: mutex in usblp_check_statusPete Zaitcev1-3/+4
2007-10-13USB: SisUSB2VGA: Convert printk to dev_* macrosFelipe Balbi2-88/+36
2007-10-13USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_struct.hFelipe Balbi1-75/+67
2007-10-13USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.hFelipe Balbi1-656/+655
2007-10-13USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_init.cFelipe Balbi1-129/+133
2007-10-13USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb.hFelipe Balbi1-60/+58
2007-10-13USB: SisUSB2VGA: Mis-spelled wordFelipe Balbi1-1/+1
2007-10-13USB: SisUSB2VGA: Remove if 0'ed codeFelipe Balbi4-197/+1
2007-10-13USB: SisUSB2VGA: Whitespace CleanupsFelipe Balbi5-20/+20
2007-10-13USB: cleanups for g_file_storageAlan Stern1-67/+62
2007-10-13USB: don't touch sysfs stuff when altsetting is unchangedAlan Stern1-2/+4
2007-10-13USB: make HCDs responsible for managing endpoint queuesAlan Stern13-271/+420
2007-10-13USB: make usb_release_interface staticGreg Kroah-Hartman1-1/+1
2007-10-13USB: rename choose_configurationGreg Kroah-Hartman3-4/+4
2007-10-13usb: document device authorizationInaky Perez-Gonzalez1-0/+92
2007-10-13usb: hook up device authorization to sysfsInaky Perez-Gonzalez1-0/+39
2007-10-13usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez3-1/+85
2007-10-13usb: split usb_new_device for clarity and refactoringInaky Perez-Gonzalez1-48/+88
2007-10-13usb: usb_generic_probe() obeys authorizationInaky Perez-Gonzalez1-8/+11
2007-10-13usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez1-0/+5
2007-10-13usb: usb_get_configuration() obeys authorizationInaky Perez-Gonzalez1-5/+19
2007-10-13usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez1-1/+4
2007-10-13usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez1-0/+18
2007-10-13usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez1-15/+18
2007-10-13usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez2-1/+79
2007-10-13usb: introduce usb_device authorization bitsInaky Perez-Gonzalez1-0/+7
2007-10-13USB: gadget: gadget zero cleanupsDavid Brownell1-141/+96
2007-10-13USB: gadget: file storage gadget cleanupsDavid Brownell1-73/+45
2007-10-13USB: gadget: serial gadget cleanupsDavid Brownell1-93/+73
2007-10-13USB: gadget: gmidi cleanupsDavid Brownell1-48/+32
2007-10-13USB: gadget: ethernet gadget cleanups, shrinkageDavid Brownell1-87/+54
2007-10-13USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell4-37/+59
2007-10-13USB: Add drivers/usb/misc/iowarrior.c to the MakefileNico Erfurth1-0/+1
2007-10-13USB: separate out endpoint queue management and DMA mapping routinesAlan Stern1-150/+166
2007-10-13USB: update spinlock usage for root-hub URBsAlan Stern1-23/+29
2007-10-13USB: cleanup for previous patchesAlan Stern3-12/+8
2007-10-13USB: avoid urb->pipe in usbmonAlan Stern3-38/+68
2007-10-13USB: avoid urb->pipe in usbfsAlan Stern1-28/+41
2007-10-13USB: address-0 handling during device initializationAlan Stern2-11/+14
2007-10-13USB: avoid using urb->pipe in usbcoreAlan Stern4-35/+44
2007-10-13USB: add direction bit to urb->transfer_flagsAlan Stern3-4/+48
2007-10-13USB: add ep->enableAlan Stern6-16/+17
2007-10-13USB: add urb->epAlan Stern3-39/+65
2007-10-13USB: Storage: usbat_check_status(): fix check-after-useAdrian Bunk1-3/+0
2007-10-13USB: usb_gadget.h whitespace fixesDavid Brownell1-31/+31
2007-10-13USB: Remove dead references to "SAFE_SERIAL" CONFIG variables.Robert P. J. Day1-11/+0
2007-10-13USB: OHCI handles more ZFMicro quirksMike Nuss5-75/+253
2007-10-13usblp: Make use of URB_FREE_BUFFERPete Zaitcev1-3/+1
2007-10-13usblp: Implement the ENOSPC conventionPete Zaitcev1-26/+39