aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2005-06-20[PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...[email protected]1-2/+2
2005-06-20[PATCH] Use driver_for_each_device() instead of manually walking list.[email protected]1-18/+23
2005-06-20[PATCH] USB: trivial error path fixMark M. Hoffman1-0/+1
2005-06-20[PATCH] class: convert drivers/* to use the new class api instead of class_si...[email protected]1-6/+6
2005-06-20[PATCH] USB: move the usb hcd code to use the new class code.[email protected]1-34/+27
2005-06-20[PATCH] make driver's name be const char *Dmitry Torokhov1-1/+1
2005-06-03[PATCH] USB: make MODALIAS code a bit smaller devicesPaulo Marques1-12/+10
2005-05-16[PATCH] USB: add modalias sysfs file for usb devicesGreg KH1-0/+34
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole2-5/+5
2005-04-22[PATCH] USB: MODALIAS change for bcdDeviceRoman Kagan1-4/+2
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl2-15/+8
2005-04-18[PATCH] usb: kfree() cleanups in drivers/usb/core/devio.cJesper Juhl1-20/+12
2005-04-18[PATCH] USB: USB API documentation modificationAlan Stern1-6/+10
2005-04-18[PATCH] USB: bug fix in usbdevfsChristopher Li1-21/+19
2005-04-18[PATCH] USB: revert "fix" to usb_set_interface()David Brownell1-21/+4
2005-04-18[PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH6-8/+14
2005-04-18[PATCH] USB: fix up remaining pm_message_t usagesPavel Machek1-2/+2
2005-04-18[PATCH] USB: hcd suspend uses pm_message_tDavid Brownell1-2/+2
2005-04-18[PATCH] usb suspend updates (interface suspend)David Brownell2-5/+5
2005-04-18[PATCH] usb resume fixesDavid Brownell1-60/+91
2005-04-16Linux-2.6.12-rc2Linus Torvalds19-0/+13963