| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-02-05 | HID: hid debug from hid-debug.h to hid layer | Jiri Kosina | 1 | -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 <[email protected]> | |||||
| 2007-01-21 | HID: add missing RX, RZ and RY enum values to hid-debug output | Simon Budig | 1 | -3/+4 | |
| This trivial change adds some missing enum values to the hid-debug output. Signed-off-by: Simon Budig <[email protected]> Signed-off-by: Jiri Kosina <[email protected]> | |||||
| 2006-12-08 | [PATCH] Generic HID layer - code split | Jiri Kosina | 1 | -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 <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]> Cc: Dmitry Torokhov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||