aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+227