aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
Commit message (Expand)AuthorAge
* USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern2009-08-07
* USB: devio: Properly do access_ok() checksMichael Buesch2009-08-07
* USB: handle zero-length usbfs submissions correctlyAlan Stern2009-07-12
* USB: fix race leading to a write after kfree in usbfsOliver Neukum2009-07-12
* USB: fix memleak in usbfsOliver Neukum2009-07-12
* USB: add reset endpoint operationsDavid Vrabel2009-04-17
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-24
* USB: usbfs: remove unneeded "inline" annotationsAlan Stern2009-03-24
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-24
* USB: usbfs: keep async URBs until the device file is closedAlan Stern2009-03-17
* USB: fix char-device disconnect handlingAlan Stern2009-01-27
* USB: fix minor nit in usbfs checkingMark Lord2009-01-07
* USB: Remove restrictions on signal numbers in devio.cPhil Endecott2009-01-07
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-13
* CRED: Wrap task credential accesses in the USB driverDavid Howells2008-11-13
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-17
* USB: remove warn() macro from usb driversGreg Kroah-Hartman2008-10-17
* USB: snoop processes opening usbfs device filesAlan Stern2008-10-17
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams2008-07-22
* USB: Fix pointer/int cast in USB devio codeDavid Howells2008-07-21
* usbfs: don't store bad pointers in registrationAlan Stern2008-07-21
* usbfs: fix race between open and unregisterAlan Stern2008-07-21
* usbfs: simplify the lookup-by-minor routinesAlan Stern2008-07-21
* usbfs: send disconnect signals when device is unregisteredAlan Stern2008-07-21
* USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei2008-07-21
* USB: remove interface parameter of usb_reset_composite_deviceMing Lei2008-07-21
* USB: remove CVS keywordsAdrian Bunk2008-07-21
* usbdev: BKL pushdownJonathan Corbet2008-06-20
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-25
* USB: usbfs: export the URB_NO_INTERRUPT flag to userspaceAlan Stern2008-04-25
* drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZEAndrew Morton2008-04-25
* USB: fix codingstyle issues in drivers/usb/core/devio.cGreg Kroah-Hartman2008-02-01
* USB: usbfs: struct async is a fixed size structurePete Zaitcev2008-02-01
* USB: add usbfs stubs for suspend and resumeAlan Stern2008-02-01
* USB: repair USBDEVFS_CONNECT ioctlAlan Stern2008-02-01
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-19
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-12
|\
| * cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-12
* | USB: remove traces of urb->status from usbcoreAlan Stern2007-10-12
* | USB: avoid urb->pipe in usbfsAlan Stern2007-10-12
|/
* usbfs micro optimitationOliver Neukum2007-04-27
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-27
* USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman2007-04-27
* USB: set the correct interval for interrupt URBsAlan Stern2007-03-09
* USB: unconfigure devices which have config 0Alan Stern2007-02-16
* USB: devio.c add missing INIT_LIST_HEAD()Dan Carpenter2007-02-07
* USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2007-02-07
* USB: fix to usbfs_snoop logging of user defined control urbsChris Frey2006-12-20