aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-28USB: fix up some odd parts due to partial mergesGreg Kroah-Hartman1-1/+1
2005-10-28[PATCH] USB: fix pm patches with CONFIG_PM off part 2Andrew Morton1-2/+0
2005-10-28[PATCH] USB: fix pm patches with CONFIG_PM off part 1Andrew Morton1-3/+12
2005-10-28[PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern5-61/+56
2005-10-28[PATCH] USB: Fix maxpacket length for ep0 on root hubsAlan Stern1-2/+2
2005-10-28[PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern6-20/+10
2005-10-28[PATCH] usbcore: Wrap lines before column 80Alan Stern1-10/+20
2005-10-28[PATCH] usbcore: endpoint attributes track altsetting changesAlan Stern1-3/+9
2005-10-28[PATCH] usbcore: Improve endpoint sysfs file handlingAlan Stern1-95/+124
2005-10-28[PATCH] USB: always export interface information for modaliasGreg Kroah-Hartman2-61/+37
2005-10-28[PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev1-14/+42
2005-10-28[PATCH] USB: convert usbmon to use usb notifiersGreg Kroah-Hartman2-18/+0
2005-10-28[PATCH] USB: convert usbfs/inode.c to use usb notifiersGreg Kroah-Hartman4-28/+31
2005-10-28[PATCH] USB: convert usbfs/devio.c to use usb notifiersGreg Kroah-Hartman3-11/+34
2005-10-28[PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman5-1/+132
2005-10-28[PATCH] USB: remove the global function usbdev_lookup_minorGreg Kroah-Hartman2-18/+17
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern3-20/+27
2005-10-28[PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fieldsGreg Kroah-Hartman2-11/+13
2005-10-28[PATCH] USB: usb_bulk_message() handles interrupts endpointsAlan Stern1-4/+20
2005-10-28[PATCH] updates for "controller suspended" handlingDavid Brownell2-17/+14
2005-10-28[PATCH] stop exporting two functionsDavid Brownell2-8/+8
2005-10-28[PATCH] usbcore PCI glue updates for PMDavid Brownell2-59/+53
2005-10-28[PATCH] root hub updates (greater half)David Brownell2-77/+97
2005-10-28[PATCH] root hub changes (lesser half)David Brownell5-21/+110
2005-10-28[PATCH] all HCDs provide root hub suspend/resume methodsDavid Brownell1-15/+27
2005-10-28[PATCH] USB: Fix usb hub buildMatt Porter1-1/+1
2005-10-28[PATCH] remove some USB_SUSPEND dependenciesDavid Brownell1-0/+2
2005-10-28[PATCH] remove duplicated resume path codeDavid Brownell1-28/+5
2005-10-28[PATCH] remove usb_suspend_device() parameterDavid Brownell2-15/+42
2005-10-28[PATCH] remove suspend-path recursionDavid Brownell1-64/+12
2005-10-28[PATCH] usb_interface power stateDavid Brownell4-32/+85
2005-10-28[PATCH] USB: add more snooping hooks in devio.cGreg Kroah-Hartman1-5/+50
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer neededGreg Kroah-Hartman1-15/+4
2005-10-28[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-10Use the new "kill_proc_info_as_uid()" for USB disconnect tooLinus Torvalds3-3/+6
2005-10-10[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-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 Linus Torvalds10-87/+232
2005-09-08[PATCH] ehci: add think_timedavid-b@pacbell.net2-9/+30
2005-09-08[PATCH] USB: remove annoying messagedavid-b@pacbell.net1-1/+3
2005-09-08[PATCH] USB: tweak highspeed timing calculationsdavid-b@pacbell.net1-4/+4
2005-09-08[PATCH] USB: Support unbinding of the usb_generic driverAlan Stern1-0/+10