Commit Graph

113 Commits (5023829969f56b78a16da94f34c605bbbb344018)

Author SHA1 Message Date
Michal Sojka 9d02b42614 USB: Do not pass negative length to snoop_urb() 14 years ago
Arnd Bergmann 451a3c24b0 BKL: remove extraneous #include <smp_lock.h> 14 years ago
Vasiliy Kulikov 886ccd4520 usb: core: fix information leak to userland 14 years ago
Andi Kleen c532b29a6f USB-BKL: Convert usb_driver ioctl to unlocked_ioctl 15 years ago
Eric Lescouet 27729aadd3 USB: make hcd.h public (drivers dependency) 15 years ago
Alan Stern 7152b59259 USB: fix usbfs regression 15 years ago
Chris Frey 0880aef49e USB: usbfs_snoop: add data logging back in 15 years ago
Oliver Neukum 2a9d0083f6 USB: BKL removal from ioctl path of usbfs 15 years ago
Oliver Neukum 01412a219c USB: Reduce scope of BKL in usb ioctl handling 15 years ago
Oliver Neukum f9de332ebf USB: Remove BKL from lseek implementations 15 years ago
Oliver Neukum 063e20eb98 USB: Remove BKL from usbdev_open() 15 years ago
Alan Stern 62e299e61a USB: change locking for device-level autosuspend 15 years ago
Alan Stern f661c6f8c6 USB: check the endpoint type against the pipe type 15 years ago
Linus Torvalds ddeee0b2ee USB: usbfs: properly clean up the as structure on error paths 15 years ago
Greg KH d4a4683ca0 USB: usbfs: only copy the actual data received 15 years ago
Arnd Bergmann 637e8a60a7 usbdevfs: move compat_ioctl handling to devio.c 15 years ago
Alan Stern 01c6460f96 USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flag 16 years ago
Markus Rechberger 5971897f30 USB: increase usbdevfs max isoc buffer size 16 years ago
Alan Stern 4c6e8971cb USB: make the "usbfs_snoop" log more pertinent 16 years ago
Alan Stern 7cbe5dca39 USB: add API for userspace drivers to "claim" ports 16 years ago
Alan Stern 01105a2463 USB: usbfs: fix -ENOENT error code to be -ENODEV 16 years ago
Michael Buesch 18753ebc8a USB: devio: Properly do access_ok() checks 16 years ago
Alan Stern 9180135bc8 USB: handle zero-length usbfs submissions correctly 16 years ago
Oliver Neukum 516a1a07f0 USB: fix race leading to a write after kfree in usbfs 16 years ago
Oliver Neukum d794a02111 USB: fix memleak in usbfs 16 years ago
David Vrabel 3444b26afa USB: add reset endpoint operations 16 years ago
Roel Kluin 71d2718f25 USB: more u32 conversion after transfer_buffer_length and actual_length 16 years ago
Alan Stern d34d9721a5 USB: usbfs: remove unneeded "inline" annotations 16 years ago
David Vrabel 6da9c99059 USB: allow libusb to talk to unauthenticated WUSB devices 16 years ago
Alan Stern 6ff1046409 USB: usbfs: keep async URBs until the device file is closed 16 years ago
Alan Stern 501950d846 USB: fix char-device disconnect handling 16 years ago
Mark Lord ed0c7720d2 USB: fix minor nit in usbfs checking 16 years ago
Phil Endecott ff8973d946 USB: Remove restrictions on signal numbers in devio.c 16 years ago
David Howells 86a264abe5 CRED: Wrap current->cred and a few other accessors 16 years ago
David Howells cd80ca8a03 CRED: Wrap task credential accesses in the USB driver 16 years ago
Greg Kroah-Hartman 69a85942ff USB: remove err() macro from usb core code 17 years ago
Greg Kroah-Hartman 3b6004f3b5 USB: remove warn() macro from usb drivers 17 years ago
Alan Stern 2da41d5f6c USB: snoop processes opening usbfs device files 17 years ago
Greg Kroah-Hartman b0b090e579 device create: usb: convert device_create_drvdata to device_create 17 years ago
Greg Kroah-Hartman bc00bc9242 device create: usb: convert device_create to device_create_drvdata 17 years ago
Dan Williams e105b8bfc7 sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor 17 years ago
David Howells a80d5ff0d7 USB: Fix pointer/int cast in USB devio code 17 years ago
Alan Stern e04199b216 usbfs: don't store bad pointers in registration 17 years ago
Alan Stern d64aac3639 usbfs: fix race between open and unregister 17 years ago
Alan Stern 61ad04a89f usbfs: simplify the lookup-by-minor routines 17 years ago
Alan Stern cd9f03759d usbfs: send disconnect signals when device is unregistered 17 years ago
Ming Lei 742120c631 USB: fix usb_reset_device and usb_reset_composite_device(take 3) 17 years ago
Ming Lei 625f694936 USB: remove interface parameter of usb_reset_composite_device 17 years ago
Adrian Bunk ea05af61a8 USB: remove CVS keywords 17 years ago
Jonathan Corbet b5b4aa67da usbdev: BKL pushdown 17 years ago