summaryrefslogtreecommitdiff
path: root/usbdrv/usbconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'usbdrv/usbconfig.h')
-rw-r--r--usbdrv/usbconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usbdrv/usbconfig.h b/usbdrv/usbconfig.h
index 7b0deb2..c70f9a7 100644
--- a/usbdrv/usbconfig.h
+++ b/usbdrv/usbconfig.h
@@ -219,7 +219,7 @@ extern void hadUsbReset(void); // define the function for usbdrv.c
/* -------------------------- Device Description --------------------------- */
-#define USB_CFG_VENDOR_ID 0x42, 0x42
+#define USB_CFG_VENDOR_ID 0xc0, 0x16 /* = 0x16c0 = 5824 = voti.nl */
/* USB vendor ID for the device, low byte first. If you have registered your
* own Vendor ID, define it here. Otherwise you may use one of obdev's free
* shared VID/PID pairs. Be sure to read USB-IDs-for-free.txt for rules!
@@ -228,7 +228,7 @@ extern void hadUsbReset(void); // define the function for usbdrv.c
* with libusb: 0x16c0/0x5dc. Use this VID/PID pair ONLY if you understand
* the implications!
*/
-#define USB_CFG_DEVICE_ID 0x31, 0xe1
+#define USB_CFG_DEVICE_ID 0xdb, 0x27 /* = 0x27db = 'keyboard' */
/* This is the ID of the product, low byte first. It is interpreted in the
* scope of the vendor ID. If you have registered your own VID with usb.org
* or if you have licensed a PID from somebody else, define it here. Otherwise