aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-17[PATCH] USB: possible cleanupsAdrian Bunk1-2/+2
2005-03-07[PATCH] USB: cache the iConfiguration string, if present.Greg Kroah-Hartman1-0/+3
2005-03-07[PATCH] USB: make iInterface string cachedGreg Kroah-Hartman1-0/+1
2005-03-07[PATCH] USB: cache the product, manufacturer, and serial number strings at de...Greg Kroah-Hartman1-0/+3
2005-03-07[PATCH] include/usb: change USB_CTRL_{SET,GET}_TIMEOUT to msecsNishanth Aravamudan1-3/+3
2005-03-07[PATCH] USB: add usbmon, a USB monitoring frameworkPete Zaitcev1-0/+4
2005-01-06[PATCH] USB: minor usb doc/comment fixesDavid Brownell1-2/+2
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman1-1/+1
2004-12-15[PATCH] USB: HCD/usb_bus interface cleanup (9/15)David Brownell1-3/+14
2004-12-15[PATCH] USB: usb_dev->ep[] not usb_dev->epmaxpacket (1/15)David Brownell1-36/+37
2004-09-13[PATCH] USB: Add locking support for USB device resetsAlan Stern1-2/+13
2004-09-13[PATCH] USB: Updated USB device lockingAlan Stern1-0/+12
2004-09-05USB: remove usbdevfs filesystem name, usbfs is the proper one to use.Greg Kroah-Hartman1-2/+0
2004-08-24USB: Remove struct urb->timeout as it does not workGreg Kroah-Hartman1-5/+2
2004-08-05[PATCH] USB: Don't track endpoint halts in usbcoreAlan Stern1-6/+0
2004-07-14[PATCH] USB: usb host side updates, mostly for suspendDavid Brownell1-0/+8
2004-07-14[PATCH] USB: Trivial fix to include/linux/usb.hMika Kukkonen1-1/+1
2004-07-14[PATCH] USB: Add usb_kill_urb()Alan Stern1-2/+7
2004-06-07[PATCH] USB devio.c: deadlock fixDuncan Sands1-0/+1
2004-05-18USB: remove wait_ms() from usb.h as it's no longer needed.Greg Kroah-Hartman1-11/+0
2004-05-18USB: remove usb_uninterruptible_sleep_ms() now that we have msleep()Greg Kroah-Hartman1-2/+0
2004-05-17[PATCH] USB: new delay helper safe wrt waitqueuesOliver Neukum1-0/+2
2004-05-03[PATCH] USB: esthetic and trivial patch.Christophe Lucas1-1/+1
2004-04-27[PATCH] USB: Allocate interface structures dynamicallyAlan Stern1-3/+38
2004-04-26USB: switch struct urb to use a kref instead of it's own atomic_tGreg Kroah-Hartman1-1/+2
2004-03-30USB: add usb_get_intf() and usb_put_intf() functions as they will be needed.Greg Kroah-Hartman1-0/+3
2004-03-30USB: remove "released" field from struct usb_interface as it is not needed.Greg Kroah-Hartman1-3/+0
2004-03-30[PATCH] USB: remove usb_interface.driver fieldDavid Brownell1-2/+16
2004-03-29[PATCH] USB: set_configuration locking cleanupsDavid Brownell1-1/+0
2004-03-15Merge kroah.com:/home/linux/BK/bleed-2.6Greg Kroah-Hartman1-34/+69
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton1-0/+4
2004-03-09[PATCH] USB: usbcore doc updateDavid Brownell1-13/+14
2004-03-02[PATCH] USB: remove intf->act_altsetting altogether from the USB core and usb.hGreg Kroah-Hartman1-5/+0
2004-03-02[PATCH] USB: Improve handling of altsettingsAlan Stern1-20/+56
2004-03-02[PATCH] USB: Don't add/del interfaces, register/unregister themAlan Stern1-0/+3
2004-02-08[PATCH] USB: re-factor enumeration/reset pathsDavid Brownell1-1/+0
2004-01-29[PATCH] USB: remove unused usb-debug.c fileGreg Kroah-Hartman1-10/+0
2004-01-26[PATCH] USB: Fix DMA coherence when reading device descriptorAlan Stern1-1/+0
2003-12-11[PATCH] USB: usb driver binding fixesDavid Brownell1-5/+0
2003-09-30[PATCH] USB: include/linux/usb.hJoe Perches1-3/+3
2003-09-17[PATCH] USB: Changes to core/config.c (6 of 9)Alan Stern1-2/+0
2003-09-03[PATCH] ISDN bugfixes part 1Karsten Keil1-1/+1
2003-08-27[PATCH] USB: hook up the USB driver core to the power management calls of the...Greg Kroah-Hartman1-0/+5
2003-08-12[PATCH] USB: fix usb class device sysfs representation.Greg Kroah-Hartman1-2/+1
2003-08-11[PATCH] add usb_reset_configuration()David Brownell1-0/+1
2003-08-11[PATCH] USB: correct error handling in usb_driver_claim_interface()Oliver Neukum1-1/+1
2003-07-31[PATCH] USB: Rename probe and unbind functionsAlan Stern1-2/+0
2003-07-28[PATCH] USB: fix stupid kobject coding error with regards to struct usb_inter...Greg Kroah-Hartman1-1/+4
2003-07-15[PATCH] USB: remove some warnings when building the documentation.Greg Kroah-Hartman1-5/+17
2003-06-30[PATCH] USB: make struct usb_bus a struct class_deviceGreg Kroah-Hartman1-1/+3