Switched PRODUCT_ID back to 323
This commit is contained in:
parent
13836a9deb
commit
4377ebc120
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
// Emulates a "Generic" controller:
|
// Emulates a "Generic" controller:
|
||||||
#define OUTPUT_DEV_NAME "ROGueENEMY"
|
#define OUTPUT_DEV_NAME "ROGueENEMY"
|
||||||
#define OUTPUT_DEV_VENDOR_ID 0x108c
|
#define OUTPUT_DEV_VENDOR_ID 0x108c
|
||||||
#define OUTPUT_DEV_PRODUCT_ID 0x0325
|
#define OUTPUT_DEV_PRODUCT_ID 0x0323
|
||||||
#define OUTPUT_DEV_VERSION 0x0111
|
#define OUTPUT_DEV_VERSION 0x0111
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
ACTION=="add|change", KERNEL=="event[0-9]*", SUBSYSTEM=="input", ATTRS{id/vendor}=="108c", ATTRS{id/product}=="0325", MODE="0660", TAG+="uaccess"
|
ACTION=="add|change", KERNEL=="event[0-9]*", SUBSYSTEM=="input", ATTRS{id/vendor}=="108c", ATTRS{id/product}=="0323", MODE="0660", TAG+="uaccess"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue