summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/file.c
Commit message (Expand)AuthorAgeFilesLines
* USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+2
* usb: core: use kbasename() instead of open-coded variantAndy Shevchenko2016-01-251-7/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-12/+4Star
|\
| * consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-251-12/+4Star
* | drivers: usb: core: file.c: moved asterisk to variable nameMatthias Beyer2013-10-121-1/+1
* | drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixesMatthias Beyer2013-10-121-3/+3
|/
* usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-031-1/+1
* USB: fix PTR_ERR translation in init_usb_class()Alexey Khoroshilov2013-06-061-1/+1
* USB: rename the usb misc class from "usb" to "usbmisc"Greg Kroah-Hartman2012-06-141-1/+1
* USB: file.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-2/+2
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-041-1/+1
* USB: remove dead code from usb_deregister_dev()Libor Pechacek2011-04-141-8/+0Star
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* 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/+16Star
|/
* 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/+0Star
* 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-161-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-221-2/+3
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-221-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-131-16/+13Star
* USB: convert usb class devices to real devicesGreg Kroah-Hartman2007-02-081-7/+6Star
* 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-031-6/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] USB: only make /sys/class/usb show up when there is something in itGreg Kroah-Hartman2006-06-221-16/+54
* [PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman2006-06-221-7/+6Star
* [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/+0Star
* [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman2005-10-291-15/+4Star
* [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-211-0/+1
* [PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de2005-06-211-6/+6
* [PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH2005-04-191-0/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+227