aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern
2007-10-12USB: make usb_release_interface staticGreg Kroah-Hartman
2007-10-12USB: rename choose_configurationGreg Kroah-Hartman
2007-10-12usb: hook up device authorization to sysfsInaky Perez-Gonzalez
2007-10-12usb: introduce usb_authorize/deauthorize()Inaky Perez-Gonzalez
2007-10-12usb: split usb_new_device for clarity and refactoringInaky Perez-Gonzalez
2007-10-12usb: usb_generic_probe() obeys authorizationInaky Perez-Gonzalez
2007-10-12usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez
2007-10-12usb: usb_get_configuration() obeys authorizationInaky Perez-Gonzalez
2007-10-12usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez
2007-10-12usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez
2007-10-12usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez
2007-10-12USB: separate out endpoint queue management and DMA mapping routinesAlan Stern
2007-10-12USB: update spinlock usage for root-hub URBsAlan Stern
2007-10-12USB: cleanup for previous patchesAlan Stern
2007-10-12USB: avoid urb->pipe in usbfsAlan Stern
2007-10-12USB: address-0 handling during device initializationAlan Stern
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern
2007-10-12USB: add ep->enableAlan Stern
2007-10-12USB: add urb->epAlan Stern
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-09-13USB: disable autosuspend by default for non-hubsAlan Stern
2007-09-11USB: another quirky device (LCD display)Oliver Neukum
2007-09-11USB: More USB_QUIRK_RESET_RESUME devicesLamarque Vieira Souza
2007-09-11USB: fix linked list insertion bugfix for usb coreNathael Pajani
2007-09-11USB: quirky flash driveOliver Neukum
2007-09-11USB: prevent Genesys USB-IDE from autosuspendingAlan Stern
2007-09-11USB: prevent Thomson card reader from autosuspendingAlan Stern
2007-09-11USB: Add iPhone device id to the quirk list.Matt Colyer
2007-08-22usb: add PRODUCT, TYPE to usb-interface eventsKay Sievers
2007-08-22usb quirks: Add Canon EOS 5D (PC Connection mode) to the autosuspend blacklistPaul Walmsley
2007-08-22USB: update last_busy field correctlyAlan Stern
2007-08-22USB: allow retry on descriptor fetch errorsAlan Stern
2007-08-22USB: another quirky deviceOliver Neukum
2007-08-22USB: quirky mass storage deviceOliver Neukum
2007-08-22USB: accept 1-byte Device Status replies, fixing some b0rken devicesAlan Stern
2007-08-22USB: blacklist Samsung ML-2010 printerOliver Neukum
2007-08-22USB: quirks: multicard reader doesn't like autosuspendDavid Brownell
2007-07-30USB: Fix a bug in usb_start_wait_urbAlan Stern
2007-07-30USB: fix scatterlist PIO case (IOMMU)David Brownell
2007-07-30USB: yet another quirky deviceOliver Neukum
2007-07-30USB: Add CanonScan LiDE30 to the quirk listJohann Felix Soden
2007-07-30USB: even more quirksOliver Neukum
2007-07-30USB: more quirky devicesOliver Neukum
2007-07-19USB: change name of spinlock in hcd.cAlan Stern
2007-07-19USB: move routines in hcd.cAlan Stern
2007-07-19USB: core: message: clean up urb->status usageGreg Kroah-Hartman