diff options
Diffstat (limited to 'firmware/usbconfig.h')
-rw-r--r-- | firmware/usbconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/usbconfig.h b/firmware/usbconfig.h index d8ec6c1..bca0ec0 100644 --- a/firmware/usbconfig.h +++ b/firmware/usbconfig.h @@ -192,6 +192,9 @@ #define USB_CFG_DEVICE_VERSION UBOOT_VERSION, 0x01 /* Version number of the device: Minor number first, then major number. */ + // electric arrow - not compliant with obdev's rules but we'll have our own vid-pid soon +//#define USB_CFG_VENDOR_NAME 0x2301 +//#define USB_CFG_VENDOR_NAME_LEN 1 #define USB_CFG_VENDOR_NAME 'c','r','e','a','t','i','v','e','p','o','n','y','.','c','o','m' #define USB_CFG_VENDOR_NAME_LEN 16 /* These two values define the vendor name returned by the USB device. The name |