HID: move away from DEBUG defines in favor of CONFIG_HID_DEBUG
authorJiri Kosina <jkosina@suse.cz>
Tue, 30 Jan 2007 15:02:24 +0000 (16:02 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 5 Feb 2007 09:00:45 +0000 (10:00 +0100)
CONFIG_INPUT_DEBUG is non-existent option, so remove anything depending
on it.

Also, as we have new CONFIG_HID_DEBUG, this should be used on places
where ifdef DEBUG was used before.

Suggested by Adrian Bunk.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found