summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)AuthorLines
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison-15/+15
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern-1/+0
2008-04-24USB: remove dev->power.power_stateAlan Stern-8/+4
2008-04-24USB: EHCI: carry out port handover during each root-hub resumeAlan Stern-2/+7
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman-14/+16
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman-5/+5
2008-02-01USB: handle idVendor of 0x0000Greg Kroah-Hartman-2/+2
2008-01-24USB: use proper call to driver_create_fileGreg Kroah-Hartman-4/+4
2007-11-28USB: uevent environment key fixAlan Stern-11/+0
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-22/+7
2007-10-12USB: fix race in autosuspend rescheduleAlan Stern-16/+16
2007-10-12USB: skip autosuspended devices during system resumeAlan Stern-7/+20
2007-10-12USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern-1/+6
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern-1/+9
2007-10-12USB: move decision to ignore FREEZE eventsAlan Stern-8/+1
2007-10-12usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez-0/+5
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers-22/+7
2007-09-11USB: fix linked list insertion bugfix for usb coreNathael Pajani-1/+1
2007-08-22USB: update last_busy field correctlyAlan Stern-5/+4
2007-07-18dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell-7/+0
2007-07-12USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi-1/+1
2007-07-12USB: Remove usages of dev->power.power_stateAlan Stern-5/+1
2007-07-12USB: add reset_resume methodAlan Stern-11/+40
2007-07-12USB: rework C++-style commentsAlan Stern-21/+29
2007-07-12USB: add RESET_RESUME device quirkAlan Stern-0/+4
2007-07-12USB: add USB-Persist facilityAlan Stern-15/+24
2007-07-12USB: move bus_suspend and bus_resume method callsAlan Stern-6/+5
2007-07-12USB: Implement PM FREEZE and PRETHAWAlan Stern-1/+8
2007-07-12USB: interface PM stateAlan Stern-4/+0
2007-05-22USB: more autosuspend timer stuffAlan Stern-4/+14
2007-04-27USB: fix signed jiffies issue in autosuspend logicAlan Stern-5/+12
2007-04-27USB: add "last_busy" field for use in autosuspendAlan Stern-37/+65
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers-45/+13
2007-04-27USB: add power/level sysfs attributeAlan Stern-3/+12
2007-04-27USB: Allow autosuspend delay to equal 0Alan Stern-1/+1
2007-04-27USB: separate autosuspend from external suspendAlan Stern-23/+59
2007-04-27usbcore: move usb_autosuspend_workAlan Stern-2/+19
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman-6/+6
2007-02-23USB: export autosuspend delay in sysfsAlan Stern-0/+20
2007-02-23USB: make autosuspend delay a module parameterAlan Stern-6/+10
2007-02-23USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman-12/+21
2007-02-16USB: kernel-doc fixesRandy Dunlap-0/+1
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds-16/+19
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman-16/+19
2007-02-07USB: add the sysfs driver name to all modulesGreg Kroah-Hartman-1/+3
2006-12-01usbcore: remove unused argument in autosuspendAlan Stern-46/+56
2006-12-01USB: keep count of unsuspended childrenAlan Stern-11/+23
2006-12-01USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk-1/+1
2006-12-01USB: resume_device symbol conflictStephen Hemminger-10/+10
2006-12-01USB: expand autosuspend/autoresume APIAlan Stern-0/+22