summaryrefslogtreecommitdiff
path: root/drivers/usb/core/usb.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-7/+16
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-15USB: Close usb_find_interface race v3Russ Dill1-15/+16
2009-12-15Revert "USB: Close usb_find_interface race"Greg Kroah-Hartman1-10/+18
2009-12-11USB: core: fix sparse warning for static functionFelipe Balbi1-1/+1
2009-12-11USB: Refactor code to find alternate interface settings.Sarah Sharp1-0/+37
2009-12-11USB: Close usb_find_interface raceRuss Dill1-18/+10
2009-09-23USB: xhci: Set route string for all devices.Sarah Sharp1-2/+7
2009-09-23USB: make usb_buffer_map_sg consistent with docJiri Slaby1-2/+2
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-2/+2
2009-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-15/+61
2009-06-16USB: Support for addressing a USB device under xHCISarah Sharp1-1/+13
2009-06-16USB: Add route string to struct usb_device.Sarah Sharp1-2/+8
2009-06-16USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...FUJITA Tomonori1-4/+4
2009-06-16usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers1-2/+1
2009-06-16USB: remove unused usb_host classGreg Kroah-Hartman1-6/+0
2009-06-16USB: add the usbfs devices file to debugfsGreg Kroah-Hartman1-0/+13
2009-06-16USB: add usb debugfs directoryGreg Kroah-Hartman1-0/+22
2009-06-16Driver Core: usb: add nodename support for usb drivers.Kay Sievers1-0/+11
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-1/+1
2009-01-07USB: re-enable interface after driver unbindsAlan Stern1-1/+1
2009-01-07USB: utilize the bus notifiersAlan Stern1-0/+37
2009-01-07USB: Enhance usage of pm_message_tAlan Stern1-4/+4
2009-01-07USB: Don't use __module_param_call; use core_param.Rusty Russell1-2/+6
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern1-0/+1
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern1-16/+7
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-2/+2
2008-08-21USB: Add new PM callback methods for USBAlan Stern1-6/+67
2008-07-22USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-3/+2
2008-07-22USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-05-14USB: create attributes before sending ueventAlan Stern1-0/+1
2008-03-05PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki1-1/+1
2008-03-03docbook: fix usb source filesRandy Dunlap1-4/+2
2008-02-02USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman1-29/+22
2008-02-02USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-43/+19
2008-02-02USB: Export suspend statisticsSarah Sharp1-0/+2
2008-02-02USB: make ksuspend_usbd thread non-freezableAlan Stern1-1/+1
2007-11-29USB: uevent environment key fixAlan Stern1-0/+25
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+1
2007-10-17security/ cleanupsAdrian Bunk1-1/+0
2007-10-13USB: Export URB statistics for powertopSarah Sharp1-0/+1
2007-10-13USB: flush outstanding URBs when suspendingAlan Stern1-0/+1
2007-10-13usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez1-0/+18
2007-10-13USB: avoid using urb->pipe in usbcoreAlan Stern1-10/+9
2007-10-13USB: add ep->enableAlan Stern1-1/+1
2007-07-13USB: usb/dma doc updatesDavid Brownell1-5/+6
2007-07-13USB: make the usb_device numa_node get assigned from controllerYinghai Lu1-0/+1
2007-05-30USB: replace flush_workqueue with cancel_sync_workAlan Stern1-4/+0
2007-05-23USB: make the autosuspend workqueue thread freezableAlan Stern1-1/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0