summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] USB: Fix regression in core/devio.cAlan Stern2005-09-091-7/+8
* [PATCH] USB: real nodes instead of usbfsKay Sievers2005-09-096-14/+112
* [PATCH] USB: convert kcalloc to kzallocPekka Enberg2005-09-081-1/+1
* [PATCH] Driver core: link device and all class devices derived from it.Dmitry Torokhov2005-09-061-1/+1
* [PATCH] swsusp: switch pm_message_t to structPavel Machek2005-09-052-10/+10
* [PATCH] USB: fix in usb_calc_bus_timeDan Streetman2005-07-292-5/+7
* [PATCH] USB: Usbcore: Don't try to delete unregistered interfacesAlan Stern2005-07-291-2/+4
* [PATCH] USB: usbfs: Don't leak uninitialized dataAlan Stern2005-07-291-6/+12
* [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown2005-07-121-0/+1
|\
| * [ACPI] S3 Suspend to RAM: fix driver suspend/resume methodsDavid Shaohua Li2005-07-121-0/+1
* | [PATCH] USB: export usb_get_intf() and usb_put_intf()brian@murphy.dk2005-07-121-0/+3
* | [PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas2005-07-126-10/+10
* | [PATCH] USB: khubd: use kthread APIakpm@osdl.org2005-07-121-29/+11Star
* | [PATCH] USB: add bMaxPacketSize0 attribute to sysfsGreg Kroah-Hartman2005-07-121-0/+2
* | [PATCH] USB: usbcore: inverted test for resuming interfacesAlan Stern2005-06-271-1/+1
* | [PATCH] usbcore: register root hub in usb_add_hcdAlan Stern2005-06-272-26/+49
* | [PATCH] usbcore: Remove hub_set_power_budgetAlan Stern2005-06-273-14/+10Star
* | [PATCH] usbcore support for root-hub IRQ instead of pollingAlan Stern2005-06-273-87/+140
* | [PATCH] USB: turn a user mode driver error into a hard errorDavid Brownell2005-06-271-3/+3
* | [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-261-1/+1
* | [PATCH] better USB_MON dependenciesAdrian Bunk2005-06-232-2/+2
* | [PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig2005-06-231-12/+1Star
* | [PATCH] USB: fix show_modalias() function due to attribute changeGreg Kroah-Hartman2005-06-211-1/+1
* | [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou2005-06-211-12/+12
* | [PATCH] usbcore: Don't call device_release_driver recursivelyAlan Stern2005-06-211-2/+8
* | [PATCH] usb: klist_node_attached() fixPatrick Mochel2005-06-211-1/+1
* | [PATCH] USB: fix build warning in usb core as pointed out by Andrew.gregkh@suse.de2005-06-211-1/+1
* | [PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...mochel@digitalimplant.org2005-06-211-2/+2
* | [PATCH] Use driver_for_each_device() instead of manually walking list.mochel@digitalimplant.org2005-06-211-18/+23
* | [PATCH] USB: trivial error path fixMark M. Hoffman2005-06-211-0/+1
* | [PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de2005-06-211-6/+6
* | [PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de2005-06-211-34/+27Star
* | [PATCH] make driver's name be const char *Dmitry Torokhov2005-06-211-1/+1
|/
* [PATCH] USB: make MODALIAS code a bit smaller devicesPaulo Marques2005-06-031-12/+10Star
* [PATCH] USB: add modalias sysfs file for usb devicesGreg KH2005-05-171-0/+34
* [PATCH] USB: Spelling fixes for drivers/usb.Steven Cole2005-05-042-5/+5
* [PATCH] USB: MODALIAS change for bcdDeviceRoman Kagan2005-04-231-4/+2Star
* [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl2005-04-192-15/+8Star
* [PATCH] usb: kfree() cleanups in drivers/usb/core/devio.cJesper Juhl2005-04-191-20/+12Star
* [PATCH] USB: USB API documentation modificationAlan Stern2005-04-191-6/+10
* [PATCH] USB: bug fix in usbdevfsChristopher Li2005-04-191-21/+19Star
* [PATCH] USB: revert "fix" to usb_set_interface()David Brownell2005-04-191-21/+4Star
* [PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH2005-04-196-8/+14
* [PATCH] USB: fix up remaining pm_message_t usagesPavel Machek2005-04-191-2/+2
* [PATCH] USB: hcd suspend uses pm_message_tDavid Brownell2005-04-191-2/+2
* [PATCH] usb suspend updates (interface suspend)David Brownell2005-04-192-5/+5
* [PATCH] usb resume fixesDavid Brownell2005-04-191-60/+91
* Linux-2.6.12-rc2Linus Torvalds2005-04-1719-0/+13963