summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2005-10-29[PATCH] remove some USB_SUSPEND dependenciesDavid Brownell1-0/+2
2005-10-29[PATCH] remove duplicated resume path codeDavid Brownell1-28/+5
2005-10-29[PATCH] remove usb_suspend_device() parameterDavid Brownell2-15/+42
2005-10-29[PATCH] remove suspend-path recursionDavid Brownell1-64/+12
2005-10-29[PATCH] usb_interface power stateDavid Brownell4-32/+85
2005-10-29[PATCH] USB: add more snooping hooks in devio.cGreg Kroah-Hartman1-5/+50
2005-10-29[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman1-15/+4
2005-10-29[PATCH] USB: add endpoint information to sysfsGreg Kroah-Hartman1-2/+193
2005-10-28Merge ../bleed-2.6Greg KH6-10/+10
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman3-3/+6
2005-10-28[PATCH] usb device wakeup flagsDavid Brownell1-7/+9
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro6-10/+10
2005-10-11Use the new "kill_proc_info_as_uid()" for USB disconnect tooLinus Torvalds3-3/+6
2005-10-11[PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte1-3/+9
2005-09-30[PATCH] usb/core/hcd-pci.c: don't free_irq() on suspendDaniel Ritz1-9/+0
2005-09-22[PATCH] driver core: add helper device_is_registered()Daniel Ritz2-4/+4
2005-09-12[PATCH] USB: relax usbcore reset timingsDavid Brownell1-4/+5
2005-09-12[PATCH] USB: get rid of minor log spammingDavid Brownell1-1/+1
2005-09-12[PATCH] usbcore: small changes to HCD glue layerAlan Stern1-2/+1
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 Linus Torvalds10-87/+232
2005-09-09[PATCH] ehci: add think_timedavid-b@pacbell.net2-9/+30
2005-09-09[PATCH] USB: remove annoying messagedavid-b@pacbell.net1-1/+3
2005-09-09[PATCH] USB: tweak highspeed timing calculationsdavid-b@pacbell.net1-4/+4
2005-09-09[PATCH] USB: Support unbinding of the usb_generic driverAlan Stern1-0/+10
2005-09-09[PATCH] USB: Add timeout to usb_lock_device_for_resetAlan Stern1-1/+9
2005-09-09[PATCH] USB: Disconnect children when unbinding the hub driverAlan Stern2-12/+40
2005-09-09[PATCH] USB: Code motion in the hub driverAlan Stern1-21/+18
2005-09-09[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern2-25/+5
2005-09-09[PATCH] USB: Fix regression in core/devio.cAlan Stern1-7/+8
2005-09-09[PATCH] USB: real nodes instead of usbfsKay Sievers6-14/+112
2005-09-09[PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman1-5/+19
2005-09-09[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk1-4/+0
2005-09-08[PATCH] USB: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-09-06[PATCH] Driver core: link device and all class devices derived from it.Dmitry Torokhov1-1/+1
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek2-10/+10
2005-07-30[PATCH] USB: fix in usb_calc_bus_timeDan Streetman2-5/+7
2005-07-30[PATCH] USB: Usbcore: Don't try to delete unregistered interfacesAlan Stern1-2/+4
2005-07-30[PATCH] USB: usbfs: Don't leak uninitialized dataAlan Stern1-6/+12
2005-07-13[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-12[ACPI] S3 Suspend to RAM: fix driver suspend/resume methodsDavid Shaohua Li1-0/+1
2005-06-28[PATCH] USB: usbcore: inverted test for resuming interfacesAlan Stern1-1/+1
2005-06-28[PATCH] usbcore: register root hub in usb_add_hcdAlan Stern2-26/+49
2005-06-28[PATCH] usbcore: Remove hub_set_power_budgetAlan Stern3-14/+10
2005-06-28[PATCH] usbcore support for root-hub IRQ instead of pollingAlan Stern3-87/+140
2005-06-28[PATCH] USB: turn a user mode driver error into a hard errorDavid Brownell1-3/+3
2005-06-26[PATCH] Cleanup patch for process freezingChristoph Lameter1-1/+1