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 UC-Logic M508 tablet #372

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions TabletDriverService/config/tablet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,21 @@ Width 160.0
Height 120.0
InitStrings 100 200

#
# Huion M508 (Used in M580 and K58, presumably more)
#
USBTablet "{62F12D4C-3431-4EFD-8DD7-8E9AAB18D30C}"
CheckString 121 "M508"
Name "Huion M508 (Internal)"
ReportId 0x07
ReportLength 8
DetectMask 0x80
MaxX 32000
MaxY 20000
MaxPressure 2047
Width 203.2
Height 127
InitStrings 100 200

#
# Huion osu!tablet
Expand Down