summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2007-09-13USB: disable autosuspend by default for non-hubsAlan Stern-0/+6
2007-09-11USB: another quirky device (LCD display)Oliver Neukum-0/+3
2007-09-11USB: More USB_QUIRK_RESET_RESUME devicesLamarque Vieira Souza-0/+9
2007-09-11USB: fix linked list insertion bugfix for usb coreNathael Pajani-1/+1
2007-09-11USB: quirky flash driveOliver Neukum-0/+2
2007-09-11USB: prevent Genesys USB-IDE from autosuspendingAlan Stern-0/+4
2007-09-11USB: prevent Thomson card reader from autosuspendingAlan Stern-0/+4
2007-09-11USB: Add iPhone device id to the quirk list.Matt Colyer-0/+3
2007-08-22usb: add PRODUCT, TYPE to usb-interface eventsKay Sievers-0/+24
2007-08-22usb quirks: Add Canon EOS 5D (PC Connection mode) to the autosuspend blacklistPaul Walmsley-0/+3
2007-08-22USB: update last_busy field correctlyAlan Stern-5/+4
2007-08-22USB: allow retry on descriptor fetch errorsAlan Stern-2/+2
2007-08-22USB: another quirky deviceOliver Neukum-0/+2
2007-08-22USB: quirky mass storage deviceOliver Neukum-0/+2
2007-08-22USB: accept 1-byte Device Status replies, fixing some b0rken devicesAlan Stern-1/+2
2007-08-22USB: blacklist Samsung ML-2010 printerOliver Neukum-0/+2
2007-08-22USB: quirks: multicard reader doesn't like autosuspendDavid Brownell-0/+3
2007-07-30USB: Fix a bug in usb_start_wait_urbAlan Stern-10/+16
2007-07-30USB: fix scatterlist PIO case (IOMMU)David Brownell-4/+11
2007-07-30USB: yet another quirky deviceOliver Neukum-0/+2
2007-07-30USB: Add CanonScan LiDE30 to the quirk listJohann Felix Soden-0/+2
2007-07-30USB: even more quirksOliver Neukum-0/+8
2007-07-30USB: more quirky devicesOliver Neukum-0/+10
2007-07-19USB: change name of spinlock in hcd.cAlan Stern-23/+26
2007-07-19USB: move routines in hcd.cAlan Stern-41/+41
2007-07-19USB: core: message: clean up urb->status usageGreg Kroah-Hartman-16/+18
2007-07-19USB: documentation update for usb_unlink_urbAlan Stern-43/+45
2007-07-19USB: fix warning caused by autosuspend counter going negativeAlan Stern-4/+6
2007-07-19USB: add "descriptors" binary sysfs attributeAlan Stern-0/+53
2007-07-18dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell-7/+0
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-0/+1
2007-07-12USB: additions to the quirk listOliver Neukum-0/+8
2007-07-12USB: quirk for samsung printerOliver Neukum-0/+2
2007-07-12USB: usb/dma doc updatesDavid Brownell-5/+6
2007-07-12USB: make the usb_device numa_node get assigned from controllerYinghai Lu-0/+1
2007-07-12USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi-1/+1
2007-07-12USB: Don't autosuspend Blackberry devices.Jeremy Katz-0/+5
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler-0/+106
2007-07-12USB: Fix off-by-1 error in the scatter-gather libraryAlan Stern-4/+3
2007-07-12USB: Don't resume root hub if the controller is suspendedAlan Stern-1/+4
2007-07-12USB: Remove usages of dev->power.power_stateAlan Stern-15/+1
2007-07-12USB: Add URB_FREE_BUFFER flag and the logic behind itMarcel Holtmann-0/+3
2007-07-12USB: Fix up full-speed bInterval values in high-speed interrupt descriptorLaurent Pinchart-3/+9
2007-07-12usb: free DMA mappings if enqueue failsPete Zaitcev-27/+20
2007-07-12USB: Handle bogus low-speed Bulk endpointsAlan Stern-0/+15
2007-07-12USB: add power/persist device attributeAlan Stern-56/+110
2007-07-12USB: unify reset_resume and normal resumeAlan Stern-94/+93
2007-07-12USB: add reset_resume methodAlan Stern-65/+103
2007-07-12USB: remove excess code from hub.cAlan Stern-104/+71
2007-07-12USB: separate root and non-root suspend/resumeAlan Stern-94/+59