index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
usb.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-17
[PATCH] USB: possible cleanups
Adrian Bunk
1
-2
/
+2
2005-03-07
[PATCH] USB: cache the iConfiguration string, if present.
Greg Kroah-Hartman
1
-0
/
+3
2005-03-07
[PATCH] USB: make iInterface string cached
Greg Kroah-Hartman
1
-0
/
+1
2005-03-07
[PATCH] USB: cache the product, manufacturer, and serial number strings at de...
Greg Kroah-Hartman
1
-0
/
+3
2005-03-07
[PATCH] include/usb: change USB_CTRL_{SET,GET}_TIMEOUT to msecs
Nishanth Aravamudan
1
-3
/
+3
2005-03-07
[PATCH] USB: add usbmon, a USB monitoring framework
Pete Zaitcev
1
-0
/
+4
2005-01-06
[PATCH] USB: minor usb doc/comment fixes
David Brownell
1
-2
/
+2
2004-12-20
USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16
Greg Kroah-Hartman
1
-1
/
+1
2004-12-15
[PATCH] USB: HCD/usb_bus interface cleanup (9/15)
David Brownell
1
-3
/
+14
2004-12-15
[PATCH] USB: usb_dev->ep[] not usb_dev->epmaxpacket (1/15)
David Brownell
1
-36
/
+37
2004-09-13
[PATCH] USB: Add locking support for USB device resets
Alan Stern
1
-2
/
+13
2004-09-13
[PATCH] USB: Updated USB device locking
Alan Stern
1
-0
/
+12
2004-09-05
USB: remove usbdevfs filesystem name, usbfs is the proper one to use.
Greg Kroah-Hartman
1
-2
/
+0
2004-08-24
USB: Remove struct urb->timeout as it does not work
Greg Kroah-Hartman
1
-5
/
+2
2004-08-05
[PATCH] USB: Don't track endpoint halts in usbcore
Alan Stern
1
-6
/
+0
2004-07-14
[PATCH] USB: usb host side updates, mostly for suspend
David Brownell
1
-0
/
+8
2004-07-14
[PATCH] USB: Trivial fix to include/linux/usb.h
Mika Kukkonen
1
-1
/
+1
2004-07-14
[PATCH] USB: Add usb_kill_urb()
Alan Stern
1
-2
/
+7
2004-06-07
[PATCH] USB devio.c: deadlock fix
Duncan Sands
1
-0
/
+1
2004-05-18
USB: remove wait_ms() from usb.h as it's no longer needed.
Greg Kroah-Hartman
1
-11
/
+0
2004-05-18
USB: remove usb_uninterruptible_sleep_ms() now that we have msleep()
Greg Kroah-Hartman
1
-2
/
+0
2004-05-17
[PATCH] USB: new delay helper safe wrt waitqueues
Oliver Neukum
1
-0
/
+2
2004-05-03
[PATCH] USB: esthetic and trivial patch.
Christophe Lucas
1
-1
/
+1
2004-04-27
[PATCH] USB: Allocate interface structures dynamically
Alan Stern
1
-3
/
+38
2004-04-26
USB: switch struct urb to use a kref instead of it's own atomic_t
Greg Kroah-Hartman
1
-1
/
+2
2004-03-30
USB: add usb_get_intf() and usb_put_intf() functions as they will be needed.
Greg Kroah-Hartman
1
-0
/
+3
2004-03-30
USB: remove "released" field from struct usb_interface as it is not needed.
Greg Kroah-Hartman
1
-3
/
+0
2004-03-30
[PATCH] USB: remove usb_interface.driver field
David Brownell
1
-2
/
+16
2004-03-29
[PATCH] USB: set_configuration locking cleanups
David Brownell
1
-1
/
+0
2004-03-15
Merge kroah.com:/home/linux/BK/bleed-2.6
Greg Kroah-Hartman
1
-34
/
+69
2004-03-13
[PATCH] DMA: Fill gaping hole in DMA API interfaces.
Andrew Morton
1
-0
/
+4
2004-03-09
[PATCH] USB: usbcore doc update
David Brownell
1
-13
/
+14
2004-03-02
[PATCH] USB: remove intf->act_altsetting altogether from the USB core and usb.h
Greg Kroah-Hartman
1
-5
/
+0
2004-03-02
[PATCH] USB: Improve handling of altsettings
Alan Stern
1
-20
/
+56
2004-03-02
[PATCH] USB: Don't add/del interfaces, register/unregister them
Alan Stern
1
-0
/
+3
2004-02-08
[PATCH] USB: re-factor enumeration/reset paths
David Brownell
1
-1
/
+0
2004-01-29
[PATCH] USB: remove unused usb-debug.c file
Greg Kroah-Hartman
1
-10
/
+0
2004-01-26
[PATCH] USB: Fix DMA coherence when reading device descriptor
Alan Stern
1
-1
/
+0
2003-12-11
[PATCH] USB: usb driver binding fixes
David Brownell
1
-5
/
+0
2003-09-30
[PATCH] USB: include/linux/usb.h
Joe Perches
1
-3
/
+3
2003-09-17
[PATCH] USB: Changes to core/config.c (6 of 9)
Alan Stern
1
-2
/
+0
2003-09-03
[PATCH] ISDN bugfixes part 1
Karsten Keil
1
-1
/
+1
2003-08-27
[PATCH] USB: hook up the USB driver core to the power management calls of the...
Greg Kroah-Hartman
1
-0
/
+5
2003-08-12
[PATCH] USB: fix usb class device sysfs representation.
Greg Kroah-Hartman
1
-2
/
+1
2003-08-11
[PATCH] add usb_reset_configuration()
David Brownell
1
-0
/
+1
2003-08-11
[PATCH] USB: correct error handling in usb_driver_claim_interface()
Oliver Neukum
1
-1
/
+1
2003-07-31
[PATCH] USB: Rename probe and unbind functions
Alan Stern
1
-2
/
+0
2003-07-28
[PATCH] USB: fix stupid kobject coding error with regards to struct usb_inter...
Greg Kroah-Hartman
1
-1
/
+4
2003-07-15
[PATCH] USB: remove some warnings when building the documentation.
Greg Kroah-Hartman
1
-5
/
+17
2003-06-30
[PATCH] USB: make struct usb_bus a struct class_device
Greg Kroah-Hartman
1
-1
/
+3
[next]