aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman
2005-10-28[PATCH] usb device wakeup flagsDavid Brownell
2005-10-10Use the new "kill_proc_info_as_uid()" for USB disconnect tooLinus Torvalds
2005-10-10[PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte
2005-09-30[PATCH] usb/core/hcd-pci.c: don't free_irq() on suspendDaniel Ritz
2005-09-22[PATCH] driver core: add helper device_is_registered()Daniel Ritz
2005-09-12[PATCH] USB: relax usbcore reset timingsDavid Brownell
2005-09-12[PATCH] USB: get rid of minor log spammingDavid Brownell
2005-09-12[PATCH] usbcore: small changes to HCD glue layerAlan Stern
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 Linus Torvalds
2005-09-08[PATCH] ehci: add think_timedavid-b@pacbell.net
2005-09-08[PATCH] USB: remove annoying messagedavid-b@pacbell.net
2005-09-08[PATCH] USB: tweak highspeed timing calculationsdavid-b@pacbell.net
2005-09-08[PATCH] USB: Support unbinding of the usb_generic driverAlan Stern
2005-09-08[PATCH] USB: Add timeout to usb_lock_device_for_resetAlan Stern
2005-09-08[PATCH] USB: Disconnect children when unbinding the hub driverAlan Stern
2005-09-08[PATCH] USB: Code motion in the hub driverAlan Stern
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern
2005-09-08[PATCH] USB: Fix regression in core/devio.cAlan Stern
2005-09-08[PATCH] USB: real nodes instead of usbfsKay Sievers
2005-09-08[PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk
2005-09-07[PATCH] USB: convert kcalloc to kzallocPekka Enberg
2005-09-05[PATCH] Driver core: link device and all class devices derived from it.Dmitry Torokhov
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek
2005-07-29[PATCH] USB: fix in usb_calc_bus_timeDan Streetman
2005-07-29[PATCH] USB: Usbcore: Don't try to delete unregistered interfacesAlan Stern
2005-07-29[PATCH] USB: usbfs: Don't leak uninitialized dataAlan Stern
2005-07-12[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...Len Brown
2005-07-12[PATCH] USB: export usb_get_intf() and usb_put_intf()brian@murphy.dk
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas
2005-07-12[PATCH] USB: khubd: use kthread APIakpm@osdl.org
2005-07-12[PATCH] USB: add bMaxPacketSize0 attribute to sysfsGreg Kroah-Hartman
2005-07-11[ACPI] S3 Suspend to RAM: fix driver suspend/resume methodsDavid Shaohua Li
2005-06-27[PATCH] USB: usbcore: inverted test for resuming interfacesAlan Stern
2005-06-27[PATCH] usbcore: register root hub in usb_add_hcdAlan Stern
2005-06-27[PATCH] usbcore: Remove hub_set_power_budgetAlan Stern
2005-06-27[PATCH] usbcore support for root-hub IRQ instead of pollingAlan Stern
2005-06-27[PATCH] USB: turn a user mode driver error into a hard errorDavid Brownell
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter
2005-06-23[PATCH] better USB_MON dependenciesAdrian Bunk
2005-06-23[PATCH] remove duplicate get_dentry functions in various placesChristoph Hellwig
2005-06-20[PATCH] USB: fix show_modalias() function due to attribute changeGreg Kroah-Hartman
2005-06-20[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou
2005-06-20[PATCH] usbcore: Don't call device_release_driver recursivelyAlan Stern
2005-06-20[PATCH] usb: klist_node_attached() fixPatrick Mochel
2005-06-20[PATCH] USB: fix build warning in usb core as pointed out by Andrew.gregkh@suse.de
2005-06-20[PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...mochel@digitalimplant.org
2005-06-20[PATCH] Use driver_for_each_device() instead of manually walking list.mochel@digitalimplant.org
2005-06-20[PATCH] USB: trivial error path fixMark M. Hoffman