summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-283-3/+6
* [PATCH] usb device wakeup flagsDavid Brownell2005-10-281-7/+9
* Use the new "kill_proc_info_as_uid()" for USB disconnect tooLinus Torvalds2005-10-103-3/+6
* [PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte2005-10-101-3/+9
* [PATCH] usb/core/hcd-pci.c: don't free_irq() on suspendDaniel Ritz2005-09-301-9/+0
* [PATCH] driver core: add helper device_is_registered()Daniel Ritz2005-09-222-4/+4
* [PATCH] USB: relax usbcore reset timingsDavid Brownell2005-09-121-4/+5
* [PATCH] USB: get rid of minor log spammingDavid Brownell2005-09-121-1/+1
* [PATCH] usbcore: small changes to HCD glue layerAlan Stern2005-09-121-2/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 Linus Torvalds2005-09-0810-87/+232
|\
| * [PATCH] ehci: add think_timedavid-b@pacbell.net2005-09-082-9/+30
| * [PATCH] USB: remove annoying messagedavid-b@pacbell.net2005-09-081-1/+3
| * [PATCH] USB: tweak highspeed timing calculationsdavid-b@pacbell.net2005-09-081-4/+4
| * [PATCH] USB: Support unbinding of the usb_generic driverAlan Stern2005-09-081-0/+10
| * [PATCH] USB: Add timeout to usb_lock_device_for_resetAlan Stern2005-09-081-1/+9
| * [PATCH] USB: Disconnect children when unbinding the hub driverAlan Stern2005-09-082-12/+40
| * [PATCH] USB: Code motion in the hub driverAlan Stern2005-09-081-21/+18
| * [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern2005-09-082-25/+5
| * [PATCH] USB: Fix regression in core/devio.cAlan Stern2005-09-081-7/+8
| * [PATCH] USB: real nodes instead of usbfsKay Sievers2005-09-086-14/+112
* | [PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman2005-09-081-5/+19
* | [PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk2005-09-081-4/+0
|/
* [PATCH] USB: convert kcalloc to kzallocPekka Enberg2005-09-071-1/+1
* [PATCH] Driver core: link device and all class devices derived from it.Dmitry Torokhov2005-09-051-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-111-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/+11
* | [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/+10
* | [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-251-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/+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
OpenPOWER on IntegriCloud