summaryrefslogtreecommitdiffstats
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-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