summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
Commit message (Expand)AuthorAgeFilesLines
* USB: fix minor nit in usbfs checkingMark Lord2009-01-071-1/+1
* USB: Remove restrictions on signal numbers in devio.cPhil Endecott2009-01-071-5/+0
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-4/+6
* CRED: Wrap task credential accesses in the USB driverDavid Howells2008-11-141-4/+4
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-171-3/+4
* USB: remove warn() macro from usb driversGreg Kroah-Hartman2008-10-171-1/+2
* USB: snoop processes opening usbfs device filesAlan Stern2008-10-171-0/+2
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
* device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-3/+3
* sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams2008-07-211-0/+5
* USB: Fix pointer/int cast in USB devio codeDavid Howells2008-07-211-2/+3
* usbfs: don't store bad pointers in registrationAlan Stern2008-07-211-9/+10
* usbfs: fix race between open and unregisterAlan Stern2008-07-211-5/+11
* usbfs: simplify the lookup-by-minor routinesAlan Stern2008-07-211-9/+6
* usbfs: send disconnect signals when device is unregisteredAlan Stern2008-07-211-0/+39
* USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei2008-07-211-1/+1
* USB: remove interface parameter of usb_reset_composite_deviceMing Lei2008-07-211-1/+1
* USB: remove CVS keywordsAdrian Bunk2008-07-211-2/+0
* usbdev: BKL pushdownJonathan Corbet2008-06-201-0/+2
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-21/+21
* USB: usbfs: export the URB_NO_INTERRUPT flag to userspaceAlan Stern2008-04-241-4/+23
* drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZEAndrew Morton2008-04-241-1/+3
* USB: fix codingstyle issues in drivers/usb/core/devio.cGreg Kroah-Hartman2008-02-011-145/+188
* USB: usbfs: struct async is a fixed size structurePete Zaitcev2008-02-011-2/+2
* USB: add usbfs stubs for suspend and resumeAlan Stern2008-02-011-0/+15
* USB: repair USBDEVFS_CONNECT ioctlAlan Stern2008-02-011-3/+4
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-121-4/+2
|\
| * cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman2007-10-121-4/+2
* | USB: remove traces of urb->status from usbcoreAlan Stern2007-10-121-3/+5
* | USB: avoid urb->pipe in usbfsAlan Stern2007-10-121-28/+41
|/
* usbfs micro optimitationOliver Neukum2007-04-271-1/+1
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-271-43/+51
* USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman2007-04-271-13/+0
* USB: set the correct interval for interrupt URBsAlan Stern2007-03-091-7/+6
* USB: unconfigure devices which have config 0Alan Stern2007-02-161-2/+2
* USB: devio.c add missing INIT_LIST_HEAD()Dan Carpenter2007-02-071-0/+1
* USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2007-02-071-12/+12
* USB: fix to usbfs_snoop logging of user defined control urbsChris Frey2006-12-201-1/+5
* usbcore: remove unused argument in autosuspendAlan Stern2006-12-011-2/+2
* usb devio: handle class_device_create() errorAkinobu Mita2006-10-171-2/+6
* [PATCH] devio __user annotationsAl Viro2006-10-101-3/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] usb: fixup usb so it uses struct pidEric W. Biederman2006-10-021-4/+6
* USB: Remove unneeded void * casts in core filesTobias Klauser2006-09-271-6/+6
* USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-271-1/+1
* usbcore: non-hub-specific uses of autosuspendAlan Stern2006-09-271-3/+8
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-1/+1
* usbfs: detect device unregistrationAlan Stern2006-09-271-6/+7
* usbfs: private mutex for open, release, and removeAlan Stern2006-09-271-11/+15