use the correct version id
This commit is contained in:
parent
69fe60594a
commit
a7f936aa0d
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue