Skip to content

Commit 61e9e7e

Browse files
bentissJiri Kosina
authored andcommitted
HID: wacom: add support of the Pen of the Bamboo Pad
Bamboo Pads are using the generic processing but their report descriptors differ from the ISDv* line. The pen fields are marked with the .physical as Digitizer_Pen, which makes also sense. Add this field to the checks and enable for free Bamboo Pads. Reported-by: Josep Sanchez Ferreres <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]> Reviewed-by: Jason Gerecke <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent d97a552 commit 61e9e7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hid/wacom_wac.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474

7575
#define WACOM_PEN_FIELD(f) (((f)->logical == HID_DG_STYLUS) || \
7676
((f)->physical == HID_DG_STYLUS) || \
77+
((f)->physical == HID_DG_PEN) || \
7778
((f)->application == HID_DG_PEN))
7879
#define WACOM_FINGER_FIELD(f) (((f)->logical == HID_DG_FINGER) || \
7980
((f)->physical == HID_DG_FINGER) || \

0 commit comments

Comments
 (0)