2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-18 18:23:53 +08:00
linux-next/drivers/hid
Jiri Kosina c080d89ad9 HID: hid debug from hid-debug.h to hid layer
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>
2007-02-05 10:00:38 +01:00
..
hid-core.c HID: hid debug from hid-debug.h to hid layer 2007-02-05 10:00:38 +01:00
hid-debug.c HID: hid debug from hid-debug.h to hid layer 2007-02-05 10:00:38 +01:00
hid-input.c HID: hid debug from hid-debug.h to hid layer 2007-02-05 10:00:38 +01:00
Kconfig HID: hid debug from hid-debug.h to hid layer 2007-02-05 10:00:38 +01:00
Makefile HID: hid debug from hid-debug.h to hid layer 2007-02-05 10:00:38 +01:00