summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...FUJITA Tomonori2009-06-151-4/+4
* usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers2009-06-154-170/+29
* USB: new flag for resume-from-hibernationAlan Stern2009-06-152-4/+4
* USB: move PCI host controllers to new PM frameworkAlan Stern2009-06-152-125/+126
* USB: remove unused usb_host classGreg Kroah-Hartman2009-06-153-35/+0
* NLS: update handling of UnicodeAlan Stern2009-06-151-7/+3
* usb: return device strings in UTF-8Clemens Ladisch2009-06-151-24/+17
* USB: add the usbfs devices file to debugfsGreg Kroah-Hartman2009-06-152-2/+15
* USB: add usb debugfs directoryGreg Kroah-Hartman2009-06-151-0/+22
* USB: hub.c: fix sparse warningsH Hartley Sweeten2009-06-151-3/+3
* USB: core/sysfs: fix sparse warningsH Hartley Sweeten2009-06-151-6/+6
* USB: usbfs: deprecate and hide option for !embeddedScott James Remnant2009-06-151-6/+10
* USB: consolidate usb_unbind_interface and usb_driver_release_interfaceAlan Stern2009-06-151-13/+8
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-0/+5
* USB: pass mem_flags to dma_alloc_coherentJohannes Berg2009-04-231-1/+1
* USB: add reset endpoint operationsDavid Vrabel2009-04-175-23/+79
* USB: allow malformed LANGID descriptorsDaniel Mack2009-03-241-4/+2
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-245-25/+18
* USB: usbfs: remove unneeded "inline" annotationsAlan Stern2009-03-241-6/+6
* USB: don't send Set-Interface after resetAlan Stern2009-03-241-7/+16
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-243-2/+4
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-242-5/+5
* USB: drivers: use USB API functions rather than constantsJulia Lawall2009-03-242-6/+5
* USB: add quirk to avoid config and interface stringsAlan Stern2009-03-243-2/+9
* USB: usbfs: keep async URBs until the device file is closedAlan Stern2009-03-171-5/+7
* USB: usb_get_string should check the descriptor typeAlan Stern2009-02-271-3/+8
* USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki2009-02-172-14/+2
* USB: fix char-device disconnect handlingAlan Stern2009-01-273-10/+12
* USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki2009-01-272-90/+27
* USB: don't enable wakeup by default for PCI host controllersAlan Stern2009-01-271-1/+0
* USB: fix toggle mismatch in disable_endpoint pathsAlan Stern2009-01-274-21/+30
* drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y buildDavid Brownell2009-01-151-1/+1
* USB: fix minor nit in usbfs checkingMark Lord2009-01-071-1/+1
* USB: re-enable interface after driver unbindsAlan Stern2009-01-075-16/+26
* USB: cancel pending Set-Config requests if userspace gets there firstAlan Stern2009-01-071-4/+38
* USB: automatically enable wakeup for PCI host controllersAlan Stern2009-01-071-0/+1
* USB: fix up suspend and resume for PCI host controllersAlan Stern2009-01-072-95/+109
* USB: extension of anchor API to unpoison an anchorOliver Neukum2009-01-071-0/+20
* USB: mark "reject" field of struct urb as atomic_tMing Lei2009-01-072-21/+8
* USB: utilize the bus notifiersAlan Stern2009-01-076-44/+91
* USB: make printk messages more searchableWu Fengguang2009-01-071-21/+24
* USB: Enhance usage of pm_message_tAlan Stern2009-01-078-60/+70
* USB: utilize round_jiffies_up_relative()Alan Stern2009-01-071-2/+2
* USB: Don't use __module_param_call; use core_param.Rusty Russell2009-01-071-2/+6
* USB: announce new devices earlierAlan Stern2009-01-071-6/+7
* USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev2009-01-072-4/+4
* USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez2009-01-073-2/+105
* USB: add asynchronous autosuspend/autoresume supportAlan Stern2009-01-074-2/+91
* USB: change interface to usb_lock_device_for_reset()Alan Stern2009-01-071-16/+7
* USB: Remove restrictions on signal numbers in devio.cPhil Endecott2009-01-071-5/+0
OpenPOWER on IntegriCloud