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

data: Add support for the XP-Pen Artist 22R Pro #786

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

redstrate
Copy link
Contributor

This adds support for the 22R Pro, a tablet with many too many controls on it :) This passes test-tablet-validity and list-local-devices.

devices:
- name: 'XP-Pen Artist 22R Pro'
  bus: 'usb'
  vid: '0x28bd'
  pid: '0x091b'
  nodes: 
  - /dev/input/event4: 'UGTABLET 21.5 inch PenDisplay Pen'
  styli:
   - id: 0xffffd
     name: 'General Pen with no Eraser'
     type: 'general'
     axes: ['x', 'y' , 'pressure']
     buttons: 2
     erasers: []
- name: 'XP-Pen Artist 22R Pro'
  bus: 'usb'
  vid: '0x28bd'
  pid: '0x091b'
  nodes: 
  - /dev/input/event7: 'UGTABLET 21.5 inch PenDisplay Pad'
  styli:
   - id: 0xffffd
     name: 'General Pen with no Eraser'
     type: 'general'
     axes: ['x', 'y' , 'pressure']
     buttons: 2
     erasers: []

data/xp-pen-artist-22r-pro.tablet Outdated Show resolved Hide resolved
data/xp-pen-artist-22r-pro.tablet Outdated Show resolved Hide resolved
@whot whot added the sysinfo needed Used to indicate sysinfo is missing from the PR label Oct 15, 2024
Copy link

Hi, there. I'm a bot and have been asked to have a look at this.

Please run the sysinfo script from https://github.com/linuxwacom/wacom-hid-descriptors and
file a new issue in that repo with the resulting sysinfo tarball. The README in that repo
has more information and instructions.

The .tablet files in this PR should then link to the sysinfo in this form:

# sysinfo.abCdE1234.tar.gz
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/1234

A git grep sysinfo will show how this is currently used in existing data files.

See also https://github.com/linuxwacom/libwacom/wiki/Adding-a-new-device


This is an automated comment created by a bot. Responding to the bot or mentioning it won't have any effect.

@redstrate redstrate force-pushed the 22r-pro branch 2 times, most recently from 6b8e2cb to 85bdbb2 Compare October 15, 2024 19:49
@whot whot removed the sysinfo needed Used to indicate sysinfo is missing from the PR label Oct 16, 2024
Copy link

Hi, there. I'm a bot and have been asked to have a look at this.

Thanks for providing the sysinfo. Someone will be along shortly to review the PR.


This is an automated comment created by a bot. Responding to the bot or mentioning it won't have any effect.

@whot whot merged commit 34bd864 into linuxwacom:master Oct 16, 2024
16 checks passed
@whot
Copy link
Member

whot commented Oct 16, 2024

Thanks!

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.

2 participants