Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: list supported styli with the local tablet #635

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

whot
Copy link
Member

@whot whot commented Feb 5, 2024

Example output appended now to the previous output:

devices:
- name: 'Wacom Intuos Pro M'
  bus: 'usb'
  vid: '0x056a'
  pid: '0x0357'
  nodes:
  - /dev/input/event21: 'Wacom Intuos Pro M Finger'
  - /dev/input/event18: 'Wacom Intuos Pro M Pen'
  - /dev/input/event19: 'Wacom Intuos Pro M Pad'
  styli:
   - id: 0x842
     name: 'Pro Pen 2'
     type: 'general'
     axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
     buttons: 2
     erasers: [0x84a]
   - id: 0x84a
     name: 'Pro Pen 2 Eraser'
     type: 'general'
     axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
     buttons: 2
     is_eraser: 'true'
     eraser_type: 'invert'
...

and for the AES pens:

   - id: 0x221
     name: 'AES Pen'
     type: 'mobile'
     axes: ['x', 'y' , 'pressure']
     buttons: 1
     is_eraser: 'true'
     eraser_type: 'button'

@whot whot force-pushed the wip/list-local-styli branch from 8d825df to 9b5ec22 Compare February 29, 2024 05:50
@whot whot merged commit 49ac817 into linuxwacom:master Feb 29, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant