mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
Export product/vendor ID through a property.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
@@ -104,6 +104,9 @@ typedef struct {
|
||||
} EventQueueRec, *EventQueuePtr;
|
||||
|
||||
typedef struct {
|
||||
unsigned short id_vendor;
|
||||
unsigned short id_product;
|
||||
|
||||
char *device;
|
||||
int grabDevice; /* grab the event device? */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user