aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/file.c
Commit message (Expand)AuthorAgeFilesLines
* USB: remove dead code from usb_deregister_dev()Libor Pechacek2011-04-131-8/+0
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | USB: fix bug in initialization of interface minor numbersAlan Stern2010-09-241-19/+16
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-2/+0
* USB: fix possible null deref in init_usb_class()Dan Carpenter2009-12-111-0/+1
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-4/+4
* Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-151-1/+12
* USB: remove err() macro from usb core codeGreg Kroah-Hartman2008-10-171-2/+3
* 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-2/+3
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-211-5/+5
* usbcore: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-0/+3
* USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-011-2/+2
* USB: prevent char device open/deregister raceAlan Stern2007-07-121-16/+13
* USB: convert usb class devices to real devicesGreg Kroah-Hartman2007-02-071-7/+6
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-1/+1
* Revert "[PATCH] USB: convert usb class devices to real devices"Greg Kroah-Hartman2006-08-021-6/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: only make /sys/class/usb show up when there is something in itGreg Kroah-Hartman2006-06-211-16/+54
* [PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman2006-06-211-7/+6
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-3/+3
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-6/+0
* [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman2005-10-281-15/+4
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+3
* [PATCH] USB: trivial error path fixMark M. Hoffman2005-06-201-0/+1
* [PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de2005-06-201-6/+6
* [PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH2005-04-181-0/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+227