aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] better USB_MON dependenciesAdrian Bunk2005-06-232-2/+2
* [PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig2005-06-231-12/+1
* [PATCH] USB: fix show_modalias() function due to attribute changeGreg Kroah-Hartman2005-06-201-1/+1
* [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou2005-06-201-12/+12
* [PATCH] usbcore: Don't call device_release_driver recursivelyAlan Stern2005-06-201-2/+8
* [PATCH] usb: klist_node_attached() fixPatrick Mochel2005-06-201-1/+1
* [PATCH] USB: fix build warning in usb core as pointed out by Andrew.gregkh@suse.de2005-06-201-1/+1
* [PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...mochel@digitalimplant.org2005-06-201-2/+2
* [PATCH] Use driver_for_each_device() instead of manually walking list.mochel@digitalimplant.org2005-06-201-18/+23
* [PATCH] USB: trivial error path fixMark M. Hoffman2005-06-201-0/+1
* [PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de2005-06-201-6/+6
* [PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de2005-06-201-34/+27
* [PATCH] make driver's name be const char *Dmitry Torokhov2005-06-201-1/+1
* [PATCH] USB: make MODALIAS code a bit smaller devicesPaulo Marques2005-06-031-12/+10
* [PATCH] USB: add modalias sysfs file for usb devicesGreg KH2005-05-161-0/+34
* [PATCH] USB: Spelling fixes for drivers/usb.Steven Cole2005-05-032-5/+5
* [PATCH] USB: MODALIAS change for bcdDeviceRoman Kagan2005-04-221-4/+2
* [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl2005-04-182-15/+8
* [PATCH] usb: kfree() cleanups in drivers/usb/core/devio.cJesper Juhl2005-04-181-20/+12
* [PATCH] USB: USB API documentation modificationAlan Stern2005-04-181-6/+10
* [PATCH] USB: bug fix in usbdevfsChristopher Li2005-04-181-21/+19
* [PATCH] USB: revert "fix" to usb_set_interface()David Brownell2005-04-181-21/+4
* [PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH2005-04-186-8/+14
* [PATCH] USB: fix up remaining pm_message_t usagesPavel Machek2005-04-181-2/+2
* [PATCH] USB: hcd suspend uses pm_message_tDavid Brownell2005-04-181-2/+2
* [PATCH] usb suspend updates (interface suspend)David Brownell2005-04-182-5/+5
* [PATCH] usb resume fixesDavid Brownell2005-04-181-60/+91
* Linux-2.6.12-rc2Linus Torvalds2005-04-1619-0/+13963