You need to sign in or sign up before continuing.
  • J
    HID: hid debug from hid-debug.h to hid layer · c080d89a
    Jiri Kosina 提交于
    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: NJiri Kosina <jkosina@suse.cz>
    c080d89a
hid-debug.h 1.3 KB