index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
message.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-17
[PATCH] USB: possible cleanups
Adrian Bunk
1
-4
/
+6
2005-03-07
[PATCH] USB: cache the iConfiguration string, if present.
Greg Kroah-Hartman
1
-0
/
+7
2005-03-07
[PATCH] USB: make iInterface string cached
Greg Kroah-Hartman
1
-0
/
+9
2005-03-07
[PATCH] USB: Clear endpoint toggles in usb_set_interface
Alan Stern
1
-1
/
+20
2005-03-07
[PATCH] USB: set timeout message to debug level: message.c
Brian Murphy
1
-3
/
+6
2005-03-07
[PATCH] USB: usbfs fix for data loss in message.c
Brian Murphy
1
-1
/
+4
2005-03-07
[PATCH] usb/message: move msecs change into usb_start_wait_urb()
Nishanth Aravamudan
1
-3
/
+3
2005-03-07
[PATCH] usb/message: change parameters of usb_control_msg() to msecs
Nishanth Aravamudan
1
-7
/
+7
2005-03-07
[PATCH] usb/message: make usb_{control,bulk}_msg() use msecs
Nishanth Aravamudan
1
-4
/
+4
2005-01-14
[PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer context
Alexey Dobriyan
1
-2
/
+2
2004-12-19
USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16
Greg Kroah-Hartman
1
-6
/
+1
2004-12-15
[PATCH] USB: maintain usb_host_endpoint.urb_list (11/15)
David Brownell
1
-1
/
+1
2004-12-15
[PATCH] USB: usbcore changes for usb_dev->ep[](2/15)
David Brownell
1
-19
/
+24
2004-11-23
[PATCH] USB: usb_sg_*() unlink deadlock fix
David Brownell
1
-1
/
+6
2004-11-02
[PATCH] USB: clean up error messages
David Brownell
1
-10
/
+12
2004-11-01
[PATCH] usbcore, diagnostic tweaks
David Brownell
1
-1
/
+2
2004-10-20
[PATCH] USB: USB fixes for non-cache-coherent processors
Dale Farnsworth
1
-3
/
+13
2004-09-29
[PATCH] usb: extract sensible strings from buggy string descriptors
Duncan Sands
1
-4
/
+30
2004-09-20
[PATCH] USB: oops, revert drivers/usb/core/message.c change.
Greg Kroah-Hartman
1
-3
/
+3
2004-09-20
[PATCH] USB: remove calls to usb_unlink_urb in core/message.c
Borislav Petkov
1
-3
/
+3
2004-09-13
[PATCH] USB: Updated USB device locking
Alan Stern
1
-8
/
+8
2004-08-26
Merge kroah.com:/home/greg/linux/BK/bleed-2.6
Greg Kroah-Hartman
1
-13
/
+8
2004-08-24
Merge kroah.com:/home/greg/linux/BK/bleed-2.6
Greg Kroah-Hartman
1
-1
/
+1
2004-08-23
[PATCH] USB: Fix submission-error bug in the USB scatter-gather
Alan Stern
1
-13
/
+8
2004-08-05
[PATCH] USB: Disallow probing etc. for suspended devices
Alan Stern
1
-0
/
+9
2004-08-05
[PATCH] USB: Don't track endpoint halts in usbcore
Alan Stern
1
-17
/
+7
2004-08-02
KREF: fix up the current kref users for the changed api.
Greg Kroah-Hartman
1
-1
/
+1
2004-08-02
[PATCH] USB: fix build error from previous patch.
Greg Kroah-Hartman
1
-1
/
+1
2004-08-02
[PATCH] USB: usb_get_descriptor, more error checks
David Brownell
1
-2
/
+7
2004-07-14
[PATCH] USB: Don't ask for string descriptor lengths
Alan Stern
1
-101
/
+121
2004-06-30
[PATCH] sparse: NULL vs 0 - drivers/usb
Mika Kukkonen
1
-10
/
+10
2004-06-11
[PATCH] USB: retry string fetches on ZLPs not just STALLs
David Brownell
1
-2
/
+2
2004-06-11
[PATCH] USB: Mark devices as NOTATTACHED as soon as possible
Alan Stern
1
-4
/
+4
2004-06-06
[PATCH] USB: Fix logic in usb_get_descriptor()
Alan Stern
1
-7
/
+7
2004-06-06
USB: make usb devices remove their sysfs files when disconnected.
Greg Kroah-Hartman
1
-0
/
+1
2004-06-01
[PATCH] USB: usb retry cleanups
David Brownell
1
-4
/
+1
2004-05-24
[PATCH] USB: Change "driverfs" to "sysfs" in usbcore
Alan Stern
1
-1
/
+1
2004-05-13
[PATCH] USB: Don't delete interfaces until all are unbound
Alan Stern
1
-1
/
+8
2004-05-04
[PATCH] USB: Reduce kernel stack usage
Alan Stern
1
-12
/
+23
2004-04-27
[PATCH] USB: Allocate interface structures dynamically
Alan Stern
1
-13
/
+46
2004-04-07
[PATCH] USB: retry some descriptor fetches
David Brownell
1
-3
/
+14
2004-03-30
Merge kroah.com:/home/greg/linux/BK/bleed-2.6
Greg Kroah-Hartman
1
-16
/
+37
2004-03-30
[PATCH] USB: remove usb_interface.driver field
David Brownell
1
-3
/
+22
2004-03-29
[PATCH] USB: set_configuration locking cleanups
David Brownell
1
-5
/
+2
2004-03-27
[PATCH] USB: Eliminate wait following interface unregistration
Greg Kroah-Hartman
1
-7
/
+0
2004-03-25
[PATCH] USB: define USB feature bit indices
David Brownell
1
-1
/
+2
2004-03-24
[PATCH] USB: fix osdl bugid 481 (USB boot messages)
David Brownell
1
-7
/
+11
2004-03-02
[PATCH] USB: remove intf->act_altsetting altogether from the USB core and usb.h
Greg Kroah-Hartman
1
-3
/
+0
2004-03-02
[PATCH] USB: Improve handling of altsettings
Alan Stern
1
-24
/
+44
2004-03-02
[PATCH] USB: Don't add/del interfaces, register/unregister them
Alan Stern
1
-2
/
+14
[next]