summaryrefslogtreecommitdiffstats
path: root/include/linux/hid-debug.h
Commit message (Collapse)AuthorAgeFilesLines
* HID: hid debug from hid-debug.h to hid layerJiri Kosina2007-02-051-731/+18
| | | | | | | | | | | hid-debug.h contains a lot of code, and should not therefore be a header. This patch moves the code to generic hid layer as .c source, and introduces CONFIG_HID_DEBUG to conditionally compile it, instead of playing with #define DEBUG and including hid-debug.h. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* HID: add missing RX, RZ and RY enum values to hid-debug outputSimon Budig2007-01-211-3/+4
| | | | | | | This trivial change adds some missing enum values to the hid-debug output. Signed-off-by: Simon Budig <simon@budig.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* [PATCH] Generic HID layer - code splitJiri Kosina2006-12-081-0/+757
The "big main" split of USB HID code into generic HID code and USB-transport specific HID handling. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud