aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-24USB: usbfs: export the URB_NO_INTERRUPT flag to userspaceAlan Stern1-4/+23
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern3-20/+0
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern1-1/+0
2008-04-24USB: log an error message when USB enumeration failsAlan Stern1-0/+1
2008-04-24USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum1-0/+24
2008-04-24USB: rework sysfs removal of interface filesAlan Stern1-4/+3
2008-04-24USB: clarify usage of hcd->suspend/resume methodsAlan Stern2-7/+7
2008-04-24USB: root hubs don't lie about their number of TTsAlan Stern2-2/+13
2008-04-24USB: fix comments of 2 functions in hcd.cMing Lei1-2/+0
2008-04-24USB: Remove EXPERIMENTAL from dynamic USB minor allocation.Robert P. J. Day1-2/+2
2008-04-24drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZEAndrew Morton1-1/+3
2008-04-24USB: remove dev->power.power_stateAlan Stern3-15/+4
2008-04-24USB: partial USB embedded host supportRobin Getz1-5/+8
2008-04-24USB: ehci tolerates some buggy devicesDavid Brownell1-0/+17
2008-04-24USB: defines for USB "Link Power Management" (LPM) ECNDavid Brownell2-3/+7
2008-04-24USB: enable USB-PERSIST by defaultAlan Stern1-2/+4
2008-04-24USB: check serial-number string after device resetAlan Stern2-16/+51
2008-04-24USB: remove CONFIG_USB_PERSIST settingAlan Stern4-54/+32
2008-04-24USB: make USB-PERSIST work after every system sleepAlan Stern1-34/+80
2008-04-24USB: reorganize code in hub.cAlan Stern1-26/+32
2008-04-24USB: EHCI: carry out port handover during each root-hub resumeAlan Stern2-2/+13
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-03-24USB: new quirk flag to avoid Set-InterfaceAlan Stern2-1/+7
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2008-03-04USB: spruce up the device blacklistAlan Stern1-9/+12
2008-03-04USB: update Kconfig entry for USB_SUSPENDAlan Stern1-4/+5
2008-03-04PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki1-1/+1
2008-03-03docbook: fix usb source filesRandy Dunlap1-4/+2
2008-02-21USB: quirks and unusual_devs entry for Actions flash driveAlan Stern1-0/+3
2008-02-21USB: quirks for known quirky audio devicesOliver Neukum1-0/+9
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman6-74/+74
2008-02-01USB: fix codingstyle issues in drivers/usb/core/message.cGreg Kroah-Hartman1-194/+204
2008-02-01USB: fix codingstyle issues in drivers/usb/core/hcd-pci.cGreg Kroah-Hartman1-62/+67
2008-02-01USB: fix codingstyle issues in drivers/usb/core/devio.cGreg Kroah-Hartman1-145/+188
2008-02-01USB: fix codingstyle issues in drivers/usb/core/devices.cGreg Kroah-Hartman1-72/+82
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.hGreg Kroah-Hartman4-67/+68
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman8-95/+61
2008-02-01USB: use a real vendor and product id for root hubsGreg Kroah-Hartman1-4/+4
2008-02-01USB: mount options: fix usbfsMiklos Szeredi1-6/+36
2008-02-01usb: dma bounce buffer supportMagnus Damm3-23/+163
2008-02-01USB: usbfs: struct async is a fixed size structurePete Zaitcev1-2/+2
2008-02-01USB: Export suspend statisticsSarah Sharp3-1/+60
2008-02-01USB: add usbfs stubs for suspend and resumeAlan Stern1-0/+15
2008-02-01USB: updates to usb_reset_composite_device()Alan Stern1-23/+9
2008-02-01USB: repair USBDEVFS_CONNECT ioctlAlan Stern1-3/+4
2008-02-01USB: always announce a device has been added to the systemGreg Kroah-Hartman2-12/+39
2008-02-01USB: force handover port to companion when hub_port_connect_change failsBalaji Rao2-0/+6
2008-02-01USB: don't change HC power state for a FREEZEAlan Stern1-0/+6
2008-02-01USB: make ksuspend_usbd thread non-freezableAlan Stern1-1/+1
2008-02-01USB: Convert from class_device to device for USB coreTony Jones1-7/+7