summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: fix mistake in usb_hcd_giveback_urbAlan Stern2007-10-121-3/+4
* USB: add urb->unlinked fieldAlan Stern2007-10-121-7/+12
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-2/+7
* 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-122-129/+140
* USB: make usb_release_interface staticGreg Kroah-Hartman2007-10-121-1/+1
* USB: rename choose_configurationGreg Kroah-Hartman2007-10-123-4/+4
* 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
* usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez2007-10-121-0/+5
* usb: usb_get_configuration() obeys authorizationInaky Perez-Gonzalez2007-10-121-5/+19
* usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez2007-10-121-1/+4
* usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez2007-10-121-0/+18
* usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez2007-10-121-15/+18
* usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez2007-10-122-1/+79
* USB: separate out endpoint queue management and DMA mapping routinesAlan Stern2007-10-121-150/+166
* USB: update spinlock usage for root-hub URBsAlan Stern2007-10-121-23/+29
* USB: cleanup for previous patchesAlan Stern2007-10-122-11/+7
* USB: avoid urb->pipe in usbfsAlan Stern2007-10-121-28/+41
* USB: address-0 handling during device initializationAlan Stern2007-10-122-11/+14
* USB: avoid using urb->pipe in usbcoreAlan Stern2007-10-123-32/+41
* USB: add direction bit to urb->transfer_flagsAlan Stern2007-10-122-4/+18
* USB: add ep->enableAlan Stern2007-10-125-16/+15
* USB: add urb->epAlan Stern2007-10-122-39/+39
* USB: disable autosuspend by default for non-hubsAlan Stern2007-09-131-0/+6
* USB: another quirky device (LCD display)Oliver Neukum2007-09-111-0/+3
* USB: More USB_QUIRK_RESET_RESUME devicesLamarque Vieira Souza2007-09-111-0/+9
* USB: fix linked list insertion bugfix for usb coreNathael Pajani2007-09-111-1/+1
* USB: quirky flash driveOliver Neukum2007-09-111-0/+2
* USB: prevent Genesys USB-IDE from autosuspendingAlan Stern2007-09-111-0/+4
* USB: prevent Thomson card reader from autosuspendingAlan Stern2007-09-111-0/+4
* USB: Add iPhone device id to the quirk list.Matt Colyer2007-09-111-0/+3
* usb: add PRODUCT, TYPE to usb-interface eventsKay Sievers2007-08-221-0/+24
* usb quirks: Add Canon EOS 5D (PC Connection mode) to the autosuspend blacklistPaul Walmsley2007-08-221-0/+3
* USB: update last_busy field correctlyAlan Stern2007-08-221-5/+4
* USB: allow retry on descriptor fetch errorsAlan Stern2007-08-221-2/+2
* USB: another quirky deviceOliver Neukum2007-08-221-0/+2
* USB: quirky mass storage deviceOliver Neukum2007-08-221-0/+2
* USB: accept 1-byte Device Status replies, fixing some b0rken devicesAlan Stern2007-08-221-1/+2
* USB: blacklist Samsung ML-2010 printerOliver Neukum2007-08-221-0/+2
* USB: quirks: multicard reader doesn't like autosuspendDavid Brownell2007-08-221-0/+3
* USB: Fix a bug in usb_start_wait_urbAlan Stern2007-07-301-10/+16
* USB: fix scatterlist PIO case (IOMMU)David Brownell2007-07-301-4/+11
* USB: yet another quirky deviceOliver Neukum2007-07-301-0/+2
* USB: Add CanonScan LiDE30 to the quirk listJohann Felix Soden2007-07-301-0/+2
* USB: even more quirksOliver Neukum2007-07-301-0/+8
* USB: more quirky devicesOliver Neukum2007-07-301-0/+10
* USB: change name of spinlock in hcd.cAlan Stern2007-07-201-23/+26