Switched PRODUCT_ID back to 323

This commit is contained in:
Denis 2023-11-12 23:05:31 +01:00
parent 13836a9deb
commit 4377ebc120
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
// Emulates a "Generic" controller:
#define OUTPUT_DEV_NAME "ROGueENEMY"
#define OUTPUT_DEV_VENDOR_ID 0x108c
#define OUTPUT_DEV_PRODUCT_ID 0x0325
#define OUTPUT_DEV_PRODUCT_ID 0x0323
#define OUTPUT_DEV_VERSION 0x0111
/*

View file

@ -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"