Re: [PATCH] HID: wacom: fix Intuos wireless report id issue

2015-11-02 Thread Jiri Kosina
On Mon, 26 Oct 2015, Ping Cheng wrote: > Intuos Pen in wireless mode does not have the same report id (2) as > when it is in USB mode (17). > > This patch also moves WIRELESS next to REMOTE in type enum so we > can group devices with similar features easily. > > Reported-by: Dale Brewe > Tested

[PATCH] HID: wacom: fix Intuos wireless report id issue

2015-10-26 Thread Ping Cheng
Intuos Pen in wireless mode does not have the same report id (2) as when it is in USB mode (17). This patch also moves WIRELESS next to REMOTE in type enum so we can group devices with similar features easily. Reported-by: Dale Brewe Tested-by: Dale Brewe Signed-off-by: Ping Cheng --- drivers