mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
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:
parent
99097c983d
commit
7ae22591f3
3 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue