Skip to content

Commit

Permalink
Fixup: Introduce hires
Browse files Browse the repository at this point in the history
  • Loading branch information
jigpu committed May 2, 2024
1 parent 6383dd4 commit 11db99b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 4.5/wacom_wac.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
#define KEY_ONSCREEN_KEYBOARD 0x278
#endif

#ifndef REL_WHEEL_HI_RES
#define REL_WHEEL_HI_RES 0x0b
#define REL_HWHEEL_HI_RES 0x0c
#endif

/* resolution for penabled devices */
#define WACOM_PL_RES 20
#define WACOM_PENPRTN_RES 40
Expand Down

0 comments on commit 11db99b

Please sign in to comment.