aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-26USB: another entry for the quirk listOliver Neukum1-1/+2
2007-03-09USB: kill dead code from hub.cOliver Neukum1-7/+0
2007-03-09USB: ratelimit debounce error messagesOliver Neukum1-1/+1
2007-03-09USB: set the correct interval for interrupt URBsAlan Stern2-9/+13
2007-02-23USB: export autosuspend delay in sysfsAlan Stern3-1/+87
2007-02-23USB: make autosuspend delay a module parameterAlan Stern4-10/+26
2007-02-23USB: minor cleanups for sysfs.cAlan Stern1-24/+12
2007-02-23USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum6-2/+96
2007-02-23USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman2-12/+23
2007-02-16USB: kernel-doc fixesRandy Dunlap1-0/+1
2007-02-16USB: unconfigure devices which have config 0Alan Stern4-8/+22
2007-02-16USB: fix concurrent buffer access in the hub driverAlan Stern1-0/+6
2007-02-16usbcore: small changes to hub driver's suspend methodAlan Stern1-15/+10
2007-02-16USB: Fix apparent typo CONFIG_USB_CDCETHER.Robert P. J. Day1-1/+1
2007-02-16USB: fix needless failure under certain conditionsOliver Neukum1-4/+5
2007-02-16USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERRJosh Triplett1-1/+1
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds14-382/+218
2007-02-07USB: a bit more coding style cleanupOliver Neukum2-25/+25
2007-02-07usbcore: trivial whitespace fixesOliver Neukum3-107/+107
2007-02-07USB: total removal of multithreaded probing in usbOliver Neukum1-43/+21
2007-02-07usbcore: remove unused bandwith-related codeAlan Stern4-157/+0
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman1-16/+19
2007-02-07rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas1-8/+20
2007-02-07usbcore: remove unneeded error checkAlan Stern1-5/+1
2007-02-07USB: indicate active altsetting in proc/bus/usb/devices fileDavid Brownell1-2/+6
2007-02-07USB: devio.c add missing INIT_LIST_HEAD()Dan Carpenter1-0/+1
2007-02-07USB: convert usb class devices to real devicesGreg Kroah-Hartman1-7/+6
2007-02-07USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman1-12/+12
2007-02-07USB: add the sysfs driver name to all modulesGreg Kroah-Hartman1-1/+3
2007-01-22USB: disable USB_MULTITHREAD_PROBEGreg Kroah-Hartman2-24/+1
2007-01-05USB: Fixed bug in endpoint release function.Sarah Bailey1-1/+1
2006-12-20USB: fix to usbfs_snoop logging of user defined control urbsChris Frey1-1/+5
2006-12-08[PATCH] struct path: convert usbJosef Sipek1-2/+2
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter2-2/+2
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells11-397/+489
2006-12-01usbcore: remove unused argument in autosuspendAlan Stern5-62/+71
2006-12-01USB: keep count of unsuspended childrenAlan Stern2-11/+37
2006-12-01USB hub: simplify remote-wakeup handlingAlan Stern1-23/+20
2006-12-01USB: struct usb_device: change flag to bitflagAlan Stern1-1/+1
2006-12-01USB: Add autosuspend support to the hub driverAlan Stern1-19/+26
2006-12-01USB: create a new thread for every USB device found during the probe sequenceGreg Kroah-Hartman2-22/+74
2006-12-01USB: added dynamic major number for USB endpointsSarah Bailey1-13/+85
2006-12-01USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk1-1/+1
2006-12-01USB core: fix compiler warning about usb_autosuspend_workAlan Stern1-8/+8
2006-12-01USB: resume_device symbol conflictStephen Hemminger1-10/+10
2006-12-01USB: Move private hub declarations out of public header fileAlan Stern2-41/+42