use the correct version id

This commit is contained in:
Denis 2023-11-29 02:30:39 +01:00
parent 69fe60594a
commit a7f936aa0d
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
2 changed files with 4 additions and 1 deletions

View file

@ -74,7 +74,7 @@ static int create(int fd)
ev.u.create.rd_size = sizeof(rdesc);
ev.u.create.bus = BUS_USB;
ev.u.create.vendor = 0x054C;
ev.u.create.product = 0x09CC;
ev.u.create.product = 0x0df2;
ev.u.create.version = 0;
ev.u.create.country = 0;