aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/trancevibrator.c
Commit message (Collapse)AuthorAgeFilesLines
* USB: fix error handling in trancevibratorOliver Neukum2008-02-211-1/+3
| | | | | | | | trancevibrator should not pretend success if it returns an error. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* USB: fix transvibrator disconnect raceOliver Neukum2006-12-201-1/+1
| | | | | | | | | in disconnect you set the interface's private data to NULL. In your IO methods you unconditionally follow the pointer into never never land. Signed-off-by: Oliver Neukum <oliver@neukum.name> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* USB: move trancevibrator.c to the proper usb directoryGreg Kroah-Hartman2006-10-171-0/+159
It's not a input driver, so it doesn't belong in the input directory. Cc: Sam Hocevar <sam@zoy.org> Cc: Dmitry Torokhov <dtor@insightbb.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>