aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-01USB: handle idVendor of 0x0000Greg Kroah-Hartman1-2/+2
2008-02-01USB: use GFP_NOIO in reset pathOliver Neukum1-1/+1
2008-02-01USB : correct comments in usb/core/notify.cManish Katiyar1-1/+1
2008-01-24USB: use proper call to driver_create_fileGreg Kroah-Hartman1-4/+4
2007-12-17USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern1-1/+1
2007-12-17USB: fix locking loop by avoiding flush_scheduled_workAlan Stern1-3/+3
2007-11-28USB: uevent environment key fixAlan Stern3-35/+25
2007-11-28USB: keep track of whether interface sysfs files existAlan Stern2-10/+8
2007-11-28USB HCD: avoid duplicate local_irq_disable()Alan Stern1-1/+2
2007-11-28USB: Fix priority mistakes in drivers/usb/core/hub.cRoel Kluin1-1/+1
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk3-3/+1
2007-10-30x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel1-1/+1
2007-10-25USB: fix interface sysfs file-creation bugAlan Stern1-1/+7
2007-10-25USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum1-1/+1
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches2-3/+3
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki1-2/+1
2007-10-17security/ cleanupsAdrian Bunk1-1/+0
2007-10-15docbook: fix usb contentRandy Dunlap1-1/+5
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-47/+16
2007-10-12USB: fix race in autosuspend rescheduleAlan Stern1-16/+16
2007-10-12USB: skip autosuspended devices during system resumeAlan Stern1-7/+20
2007-10-12USB: mutual exclusion for EHCI init and port resetsAlan Stern2-2/+21
2007-10-12USB: Export URB statistics for powertopSarah Sharp3-0/+14
2007-10-12USB: remove USB_QUIRK_NO_AUTOSUSPENDAlan Stern1-80/+1
2007-10-12USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern1-1/+6
2007-10-12USB: fix limited_power setting mistake in hub.cjidong xiao1-2/+2
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern5-12/+16