index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
devio.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-07
[PATCH] USB: compat ioctl for submiting URB
Andrew Morton
1
-66
/
+185
2005-03-07
[PATCH] USB: usbfs: remove debug message
Brian Murphy
1
-4
/
+1
2005-03-07
[PATCH] usb/devio: change parameters of usb_{control,bulk}_msg() to msecs
Nishanth Aravamudan
1
-2
/
+2
2005-02-25
[PATCH] USB: Fix usbfs regression
Aurelien Jarno
1
-1
/
+1
2005-02-02
[PATCH] USB: fix libusb endian issues
David Woodhouse
1
-1
/
+14
2005-01-14
[PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer context
Alexey Dobriyan
1
-3
/
+3
2004-12-21
Merge kroah.com:/home/greg/linux/BK/bleed-2.6
Greg Kroah-Hartman
1
-15
/
+37
2004-12-20
USB: change wTotalLength field in struct usb_config_descriptor to be __le16
Greg Kroah-Hartman
1
-1
/
+1
2004-12-19
[PATCH] USB: Hub driver: several bug fixes and simplifications [11/13]
Alan Stern
1
-0
/
+11
2004-12-15
[PATCH] usbfs: Remove extraneous disconnection checks
Greg Kroah-Hartman
1
-7
/
+6
2004-12-15
[PATCH] USB: usbfs changes for usb_dev->ep[] (3/15)
David Brownell
1
-14
/
+25
2004-11-02
[PATCH] USB: clean up error messages
David Brownell
1
-2
/
+6
2004-09-13
[PATCH] USB: Add locking support for USB device resets
Alan Stern
1
-1
/
+1
2004-09-13
[PATCH] USB: Updated USB device locking
Alan Stern
1
-17
/
+21
2004-09-05
USB: remove usbdevfs filesystem name, usbfs is the proper one to use.
Greg Kroah-Hartman
1
-5
/
+5
2004-09-03
[PATCH] USB: Make usbcore use usb_kill_urb()
Alan Stern
1
-3
/
+4
2004-08-08
[PATCH] USB: usbfs: check the buffer size in proc_bulk
Duncan Sands
1
-2
/
+6
2004-08-05
[PATCH] USB: usbfs: drop the device semaphore in proc_bulk and proc_control
Duncan Sands
1
-0
/
+8
2004-07-12
[PATCH] sparse: signal annotation
Alexander Viro
1
-1
/
+1
2004-06-30
[PATCH] sparse: NULL vs 0 - drivers/usb
Mika Kukkonen
1
-3
/
+3
2004-06-21
[PATCH] USB: sparse fixups for devio.c
Greg Kroah-Hartman
1
-9
/
+10
2004-06-09
[PATCH] PATCH: 2.6.7-rc3 drivers/usb/core/devio.c: user/kernel pointer bugs
Robert T. Johnson
1
-2
/
+2
2004-06-07
[PATCH] USB devio.c: deadlock fix
Duncan Sands
1
-1
/
+1
2004-06-03
[PATCH] sparse: usb/core/devio annotation
Alexander Viro
1
-19
/
+20
2004-05-13
[PATCH] USB: compile fix for usbfs snooping
Duncan Sands
1
-0
/
+1
2004-05-13
USB: add snooping capability to usbfs for control messages.
Greg Kroah-Hartman
1
-9
/
+55
2004-05-13
[PATCH] USB: Patch to remove interface indices from devio.c
Duncan Sands
1
-108
/
+78
2004-05-01
[PATCH] USB: fix WARN_ON in usbfs
Duncan Sands
1
-2
/
+5
2004-05-01
[PATCH] USB: usbfs: change extern inline to static inline
Duncan Sands
1
-30
/
+5
2004-04-26
[PATCH] USB: be assertive in usbfs
Duncan Sands
1
-2
/
+2
2004-04-23
[PATCH] USB usbfs: drop pointless racy check
Duncan Sands
1
-4
/
+2
2004-04-23
[PATCH] USB usbfs: missing lock in proc_getdriver
Duncan Sands
1
-4
/
+6
2004-04-23
[PATCH] USB usbfs: destroy submitted urbs only on the disconnected interface
Duncan Sands
1
-2
/
+4
2004-04-23
[PATCH] USB usbfs: fix up releaseintf
Duncan Sands
1
-2
/
+0
2004-04-23
[PATCH] USB usbfs: fix up proc_ioctl
Duncan Sands
1
-2
/
+0
2004-04-23
[PATCH] USB usbfs: fix up proc_setconfig
Duncan Sands
1
-2
/
+0
2004-04-23
[PATCH] USB usbfs: remove obsolete comment from proc_resetdevice
Duncan Sands
1
-3
/
+0
2004-04-23
[PATCH] USB usbfs: replace the per-file semaphore with the per-device semaphore
Duncan Sands
1
-20
/
+23
2004-04-23
[PATCH] USB usbfs: take a reference to the usb device
Duncan Sands
1
-11
/
+16
2004-04-23
[PATCH] USB: fix devio compiler warnings created by previous patch.
Greg Kroah-Hartman
1
-2
/
+2
2004-04-23
[PATCH] USB: fix usbfs iso interval problem
David Brownell
1
-1
/
+7
2004-04-07
[PATCH] USB: fix xsane breakage, hangs on device scan at launch
David Brownell
1
-5
/
+4
2004-03-30
[PATCH] USB: remove usb_interface.driver field
David Brownell
1
-56
/
+34
2004-03-29
[PATCH] USB: set_configuration locking cleanups
David Brownell
1
-1
/
+46
2004-03-29
[PATCH] USB; minor usbfs locking updates
David Brownell
1
-2
/
+7
2004-03-25
[PATCH] USB: Don't trust raw descriptor length in devioc.
Alan Stern
1
-4
/
+15
2004-03-02
[PATCH] USB: Small improvements for devio.c
Alan Stern
1
-15
/
+6
2003-12-08
[PATCH] USB: fix race with signal delivery in usbfs
Oliver Neukum
1
-1
/
+1
2003-10-08
[PATCH] USB: remove stupid check for NULL in devio.c
Oliver Neukum
1
-1
/
+1
2003-08-11
[PATCH] add usb_reset_configuration()
David Brownell
1
-3
/
+1
[next]