summaryrefslogtreecommitdiff
path: root/drivers/usb/core/driver.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-14usb/core/driver: fix warningAlexander Beregalov1-2/+1
2008-07-22USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern1-15/+116
2008-07-22USB: implement "soft" unbindingAlan Stern1-5/+6
2008-07-22USB: try to salvage lost power sessionsAlan Stern1-8/+5
2008-07-22USB: simplify hub_restart() logicAlan Stern1-6/+1
2008-07-22USB: usb dev_name() instead of dev->bus_idKay Sievers1-3/+3
2008-04-25USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-15/+15
2008-04-25USB: HCDs use the do_remote_wakeup flagAlan Stern1-1/+0
2008-04-25USB: remove dev->power.power_stateAlan Stern1-8/+4
2008-04-25USB: EHCI: carry out port handover during each root-hub resumeAlan Stern1-2/+7
2008-02-02USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman1-14/+16
2008-02-02USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-5/+5
2008-02-02USB: handle idVendor of 0x0000Greg Kroah-Hartman1-2/+2
2008-01-25USB: use proper call to driver_create_fileGreg Kroah-Hartman1-4/+4
2007-11-29USB: uevent environment key fixAlan Stern1-11/+0
2007-10-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-22/+7
2007-10-13USB: fix race in autosuspend rescheduleAlan Stern1-16/+16
2007-10-13USB: skip autosuspended devices during system resumeAlan Stern1-7/+20
2007-10-13USB: don't propagate FREEZE or PRETHAW suspendsAlan Stern1-1/+6
2007-10-13USB: flush outstanding URBs when suspendingAlan Stern1-1/+9
2007-10-13USB: move decision to ignore FREEZE eventsAlan Stern1-8/+1
2007-10-13usb: usb_probe_interface() obeys authorizationInaky Perez-Gonzalez1-0/+5
2007-10-13Driver core: change add_uevent_var to use a structKay Sievers1-22/+7
2007-09-11USB: fix linked list insertion bugfix for usb coreNathael Pajani1-1/+1
2007-08-23USB: update last_busy field correctlyAlan Stern1-5/+4
2007-07-19dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell1-7/+0
2007-07-13USB: Make usb-autosuspend timer 1 sec jiffy alignedVenki Pallipadi1-1/+1
2007-07-13USB: Remove usages of dev->power.power_stateAlan Stern1-5/+1
2007-07-13USB: add reset_resume methodAlan Stern1-11/+40
2007-07-13USB: rework C++-style commentsAlan Stern1-21/+29
2007-07-13USB: add RESET_RESUME device quirkAlan Stern1-0/+4
2007-07-13USB: add USB-Persist facilityAlan Stern1-15/+24
2007-07-13USB: move bus_suspend and bus_resume method callsAlan Stern1-6/+5
2007-07-13USB: Implement PM FREEZE and PRETHAWAlan Stern1-1/+8
2007-07-13USB: interface PM stateAlan Stern1-4/+0
2007-05-23USB: more autosuspend timer stuffAlan Stern1-4/+14
2007-04-28USB: fix signed jiffies issue in autosuspend logicAlan Stern1-5/+12
2007-04-28USB: add "last_busy" field for use in autosuspendAlan Stern1-37/+65
2007-04-28USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-45/+13
2007-04-28USB: add power/level sysfs attributeAlan Stern1-3/+12
2007-04-28USB: Allow autosuspend delay to equal 0Alan Stern1-1/+1
2007-04-28USB: separate autosuspend from external suspendAlan Stern1-23/+59
2007-04-28usbcore: move usb_autosuspend_workAlan Stern1-2/+19
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman1-6/+6
2007-02-24USB: export autosuspend delay in sysfsAlan Stern1-0/+20
2007-02-24USB: make autosuspend delay a module parameterAlan Stern1-6/+10
2007-02-24USB: refactor usb device matching and create usb_device_matchGreg Kroah-Hartman1-12/+21
2007-02-17USB: kernel-doc fixesRandy Dunlap1-0/+1
2007-02-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-16/+19
2007-02-08USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman1-16/+19