summaryrefslogtreecommitdiff
path: root/include/linux/usb.h
AgeCommit message (Expand)Author
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven
2006-03-20[PATCH] USB: drivers/usb/core/message.c: make usb_get_string() staticAdrian Bunk
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers
2006-01-04[PATCH] USB: Store port number in usb_deviceAlan Stern
2006-01-04[PATCH] USB: Consider power budget when choosing configurationAlan Stern
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman
2006-01-04[PATCH] USB: make registering a usb driver automatically set the module ownerGreg Kroah-Hartman
2006-01-04[PATCH] USB: allow usb drivers to disable dynamic idsGreg Kroah-Hartman
2006-01-04[PATCH] USB: add dynamic id functionality to USB coreGreg Kroah-Hartman
2005-11-23[PATCH] USB: kernel-doc for linux/usb.hRandy Dunlap
2005-11-13[PATCH] DocBook: allow to mark structure members privateMartin Waitz
2005-10-28[PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern
2005-10-28[PATCH] usbcore: Wrap lines before column 80Alan Stern
2005-10-28[PATCH] usbcore: Improve endpoint sysfs file handlingAlan Stern
2005-10-28[PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman
2005-10-28[PATCH] stop exporting two functionsDavid Brownell
2005-10-28[PATCH] remove usb_suspend_device() parameterDavid Brownell
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman
2005-10-28[PATCH] USB: add endpoint information to sysfsGreg Kroah-Hartman
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern
2005-09-08[PATCH] USB: real nodes instead of usbfsKay Sievers
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas
2005-06-23[PATCH] better USB_MON dependenciesAdrian Bunk
2005-06-20[PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de
2005-06-03[PATCH] USB: update urb documentationRoman Kagan
2005-04-18[PATCH] usb suspend updates (interface suspend)David Brownell
2005-03-17[PATCH] USB: possible cleanupsAdrian Bunk
2005-03-07[PATCH] USB: cache the iConfiguration string, if present.Greg Kroah-Hartman
2005-03-07[PATCH] USB: make iInterface string cachedGreg Kroah-Hartman
2005-03-07[PATCH] USB: cache the product, manufacturer, and serial number strings at de...Greg Kroah-Hartman
2005-03-07[PATCH] include/usb: change USB_CTRL_{SET,GET}_TIMEOUT to msecsNishanth Aravamudan
2005-03-07[PATCH] USB: add usbmon, a USB monitoring frameworkPete Zaitcev
2005-01-06[PATCH] USB: minor usb doc/comment fixesDavid Brownell
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman
2004-12-15[PATCH] USB: HCD/usb_bus interface cleanup (9/15)David Brownell
2004-12-15[PATCH] USB: usb_dev->ep[] not usb_dev->epmaxpacket (1/15)David Brownell
2004-09-13[PATCH] USB: Add locking support for USB device resetsAlan Stern
2004-09-13[PATCH] USB: Updated USB device lockingAlan Stern
2004-09-05USB: remove usbdevfs filesystem name, usbfs is the proper one to use.Greg Kroah-Hartman
2004-08-24USB: Remove struct urb->timeout as it does not workGreg Kroah-Hartman
2004-08-05[PATCH] USB: Don't track endpoint halts in usbcoreAlan Stern
2004-07-14[PATCH] USB: usb host side updates, mostly for suspendDavid Brownell
2004-07-14[PATCH] USB: Trivial fix to include/linux/usb.hMika Kukkonen
2004-07-14[PATCH] USB: Add usb_kill_urb()Alan Stern
2004-06-07[PATCH] USB devio.c: deadlock fixDuncan Sands
2004-05-18USB: remove wait_ms() from usb.h as it's no longer needed.Greg Kroah-Hartman
2004-05-18USB: remove usb_uninterruptible_sleep_ms() now that we have msleep()Greg Kroah-Hartman