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

Add support for UGEE M908 #3305

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 39 additions & 0 deletions OpenTabletDriver.Configurations/Configurations/UGEE/M908.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"Name": "UGEE M908",
"Specifications": {
"Digitizer": {
"Width": 254,
"Height": 158.75,
"MaxX": 50800,
"MaxY": 31750
},
"Pen": {
"MaxPressure": 16383,
"ButtonCount": 2
},
"AuxiliaryButtons": {
"ButtonCount": 8
},
"MouseButtons": null,
"Touch": null
},
"DigitizerIdentifiers": [
{
"VendorID": 10429,
"ProductID": 10498,
"InputReportLength": 12,
"OutputReportLength": 20,
"ReportParser": "OpenTabletDriver.Configurations.Parsers.XP_Pen.XP_PenReportParser",
"FeatureInitReport": null,
"OutputInitReport": [
"ArAE"
],
"DeviceStrings": {},
"InitializationStrings": []
}
],
"AuxiliaryDeviceIdentifiers": [],
"Attributes": {
"libinputoverride": "1"
}
}
1 change: 1 addition & 0 deletions TABLETS.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
| Parblo Intangbo M | Missing Features | Wheel is not yet supported.
| Parblo Intangbo S | Missing Features | Wheel is not yet supported.
| UGEE EX08 | Missing Features | Tilt is not yet supported. Uses the same configuration as the XP-Pen Deco 01 V2.
| UGEE M908 | Missing Features | Wheel is not yet supported.
| VEIKK A15 Pro | Missing Features | Wheel is not yet supported.
| VEIKK A30 | Missing Features | Touchpad is not yet supported.
| VEIKK A30 V2 | Missing Features | Touchpad is not yet supported.
Expand Down