summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* Revert "[PATCH] USB: move usb_device_class class devices to be real devices"Greg Kroah-Hartman2006-08-021-10/+10
* [PATCH] SELinux: update USB code with new kill_proc_info_as_uidDavid Quigley2006-06-301-1/+5
* Revert "[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer"Linus Torvalds2006-06-241-6/+2
* [PATCH] USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2006-06-211-10/+10
* [PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointerPhilippe Retornaz2006-06-211-2/+6
* [PATCH] usbcore: port reset for composite devicesAlan Stern2006-06-211-2/+1
* [PATCH] USB: Allow high-bandwidth isochronous packets via usbfsMicah Dowty2006-06-211-1/+2
* [PATCH] USB: Remove 4088-byte limit on usbfs control URBsMicah Dowty2006-06-211-2/+2
* [PATCH] USB: fix check_ctrlrecip to allow control transfers in state ADDRESSHorst Schirmeier2006-03-201-1/+2
* [PATCH] USB: optimise devio.c usbdev_read fixAndrew Morton2006-03-201-4/+4
* [PATCH] USB: optimise devio.c::usbdev_readOliver Neukum2006-03-201-13/+8
* [PATCH] USB: Remove USB private semaphoreAlan Stern2006-01-041-2/+0
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] usb devio warning fixAndrew Morton2005-11-171-1/+1
* [PATCH] USB: usbdevfs_ioctl 32bit fixAndrew Morton2005-11-171-2/+2
* [PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern2005-10-281-2/+2
* [PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev2005-10-281-14/+42
* [PATCH] USB: convert usbfs/devio.c to use usb notifiersGreg Kroah-Hartman2005-10-281-7/+34
* [PATCH] USB: remove the global function usbdev_lookup_minorGreg Kroah-Hartman2005-10-281-17/+17
* [PATCH] USB: add more snooping hooks in devio.cGreg Kroah-Hartman2005-10-281-5/+50
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* Use the new "kill_proc_info_as_uid()" for USB disconnect tooLinus Torvalds2005-10-101-1/+3
* [PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte2005-10-101-3/+9
* [PATCH] USB: Disconnect children when unbinding the hub driverAlan Stern2005-09-081-10/+0
* [PATCH] USB: Fix regression in core/devio.cAlan Stern2005-09-081-7/+8
OpenPOWER on IntegriCloud