summaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/gtco.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-011-1/+1
|\ | | | | | | | | | | | | Conflicts: drivers/usb/input/Makefile drivers/usb/input/gtco.c
| * USB: gtco.c: fix a use-before-checkAdrian Bunk2007-04-271-4/+1
| | | | | | | | | | | | | | | | | | | | NULL checks should be before the first dereference. Spotted by the Coverity checker. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* | Input: USB devices - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+1
| | | | | | | | | | | | | | | | In preparation for struct class_device -> struct device input core conversion, switch to using input_dev->dev.parent when specifying device position in sysfs tree. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* | Input: drivers/usb/input - don't access dev->private directlyDmitry Torokhov2007-04-121-6/+6
| | | | | | | | | | | | Use input_get_drvdata() and input_set_drvdata() instead. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* | Input: gtco - handle errors from input_register_device()Dmitry Torokhov2007-04-121-338/+289
|/ | | | | | Also fix URB leak in gtco_probe error path, formatting fixes. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* USB Input: Added kernel module to support all GTCO CalComp USB InterWrite ↵Jeremy Roberson2007-02-071-0/+1104
School products Added a kernel module (gtco) to the USB Input subsystem. This kernel module adds support for all GTCO CalComp USB InterWrite School products. Signed-off-by: Jeremy A. Roberson <jroberson@gtcocalcomp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud