aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-07-29[PATCH] USB: fix in usb_calc_bus_timeDan Streetman2-5/+7
2005-07-29[PATCH] USB: Usbcore: Don't try to delete unregistered interfacesAlan Stern1-2/+4
2005-07-29[PATCH] USB: usbfs: Don't leak uninitialized dataAlan Stern1-6/+12
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown1-0/+1
2005-07-12[PATCH] USB: export usb_get_intf() and usb_put_intf()brian@murphy.dk1-0/+3
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas6-10/+10
2005-07-12[PATCH] USB: khubd: use kthread APIakpm@osdl.org1-29/+11
2005-07-12[PATCH] USB: add bMaxPacketSize0 attribute to sysfsGreg Kroah-Hartman1-0/+2
2005-07-11[ACPI] S3 Suspend to RAM: fix driver suspend/resume methodsDavid Shaohua Li1-0/+1
2005-06-27[PATCH] USB: usbcore: inverted test for resuming interfacesAlan Stern1-1/+1
2005-06-27[PATCH] usbcore: register root hub in usb_add_hcdAlan Stern2-26/+49
2005-06-27[PATCH] usbcore: Remove hub_set_power_budgetAlan Stern3-14/+10
2005-06-27[PATCH] usbcore support for root-hub IRQ instead of pollingAlan Stern3-87/+140
2005-06-27[PATCH] USB: turn a user mode driver error into a hard errorDavid Brownell1-3/+3
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-1/+1
2005-06-23[PATCH] better USB_MON dependenciesAdrian Bunk2-2/+2
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig1-12/+1
2005-06-20[PATCH] USB: fix show_modalias() function due to attribute changeGreg Kroah-Hartman1-1/+1
2005-06-20[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacksYani Ioannou1-12/+12
2005-06-20[PATCH] usbcore: Don't call device_release_driver recursivelyAlan Stern1-2/+8
2005-06-20[PATCH] usb: klist_node_attached() fixPatrick Mochel1-1/+1
2005-06-20[PATCH] USB: fix build warning in usb core as pointed out by Andrew.gregkh@suse.de1-1/+1
2005-06-20[PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on lists that will go away.mochel@digitalimplant.org1-2/+2
2005-06-20[PATCH] Use driver_for_each_device() instead of manually walking list.mochel@digitalimplant.org1-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_simplegregkh@suse.de1-6/+6
2005-06-20[PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de1-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 static.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