test: add a note that the Huion PIDs are shared

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1157>
This commit is contained in:
Peter Hutterer 2025-03-12 09:25:47 +10:00 committed by Marge Bot
parent 99097c983d
commit 7ae22591f3
3 changed files with 3 additions and 0 deletions

View file

@ -82,6 +82,7 @@ static struct input_absinfo absinfo[] = {
static struct input_id input_id = {
.bustype = 0x3,
/* Note: this VID/PID is shared with multiple devices, see the libwacom database for a list */
.vendor = 0x256c,
.product = 0x6e,
};

View file

@ -48,6 +48,7 @@ static struct input_absinfo absinfo[] = {
static struct input_id input_id = {
.bustype = 0x3,
/* Note: this VID/PID is shared with multiple devices, see the libwacom database for a list */
.vendor = 0x256c,
.product = 0x006d,
};

View file

@ -81,6 +81,7 @@ static struct input_absinfo absinfo[] = {
static struct input_id input_id = {
.bustype = 0x3,
/* Note: this VID/PID is shared with multiple devices, see the libwacom database for a list */
.vendor = 0x256c,
.product = 0x6e,
};