Re: [PATCH v2 23/23] Input - wacom: Move the USB (now hid) Wacom driver in drivers/hid
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-07-24 20:25:55
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-07-24 20:25:55
Also in:
lkml
On Tue, Jul 15, 2014 at 02:45:46PM -0400, Benjamin Tissoires wrote:
wacom.ko is now a full HID driver, we have to move it into the proper subdirectory: drivers/hid. Signed-off-by: Benjamin Tissoires <redacted>
Hmm, this breaks the new wacom_serial4 driver that wants wacom_wac.h. It looks like it only wants STYLUS_DEVICE_ID, ERASER_DEVICE_ID, and CURSOR_DEVICE_ID definitions, I think I will just copy them into wacom_serial4.c and be done with it. Hans? Thanks. -- Dmitry