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:
Peter Hutterer
2011-05-18 12:20:00 +10:00
parent 7611d2fc73
commit bb15bac149
2 changed files with 36 additions and 2 deletions

View File

@@ -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? */