Skip to content

Commit

Permalink
HID: Add hid usages for USI style pens
Browse files Browse the repository at this point in the history
Add usage codes for USI style pens, based on the USB-HID usage table:
    https://usb.org/document-library/hid-usage-tables-122

See chapter 16, Digitizers Page (0x0D)

Signed-off-by: Tero Kristo <[email protected]>
Signed-off-by: Benjamin Tissoires <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
Tero Kristo authored and bentiss committed Dec 14, 2021
1 parent c0ee1d5 commit ae7fafa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/linux/hid.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ struct hid_item {
#define HID_DG_TOUCH 0x000d0033
#define HID_DG_UNTOUCH 0x000d0034
#define HID_DG_TAP 0x000d0035
#define HID_DG_TRANSDUCER_INDEX 0x000d0038
#define HID_DG_TABLETFUNCTIONKEY 0x000d0039
#define HID_DG_PROGRAMCHANGEKEY 0x000d003a
#define HID_DG_BATTERYSTRENGTH 0x000d003b
Expand All @@ -253,6 +254,15 @@ struct hid_item {
#define HID_DG_BARRELSWITCH 0x000d0044
#define HID_DG_ERASER 0x000d0045
#define HID_DG_TABLETPICK 0x000d0046
#define HID_DG_PEN_COLOR 0x000d005c
#define HID_DG_PEN_LINE_WIDTH 0x000d005e
#define HID_DG_PEN_LINE_STYLE 0x000d0070
#define HID_DG_PEN_LINE_STYLE_INK 0x000d0072
#define HID_DG_PEN_LINE_STYLE_PENCIL 0x000d0073
#define HID_DG_PEN_LINE_STYLE_HIGHLIGHTER 0x000d0074
#define HID_DG_PEN_LINE_STYLE_CHISEL_MARKER 0x000d0075
#define HID_DG_PEN_LINE_STYLE_BRUSH 0x000d0076
#define HID_DG_PEN_LINE_STYLE_NO_PREFERENCE 0x000d0077

#define HID_CP_CONSUMERCONTROL 0x000c0001
#define HID_CP_NUMERICKEYPAD 0x000c0002
Expand Down

0 comments on commit ae7fafa

Please sign in to comment.