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