diff options
author | tmk <nobody@nowhere> | 2010-10-10 01:50:36 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-10 01:50:36 +0900 |
commit | 958875247cc7f5e3d4466b2cadaa827f4dda108c (patch) | |
tree | cec3ef675eece5227acd87fd4b98d07528328215 /usb.c | |
parent | 2c453c726920f7ee113f28ddbc85d891b7ef1ba9 (diff) |
HHKB support.
Diffstat (limited to 'usb.c')
-rw-r--r-- | usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ // INF file is needed to load the driver. These numbers need to // match the INF file. #define VENDOR_ID 0xFEED -#define PRODUCT_ID 0xBABE +#define PRODUCT_ID 0xCAFE // USB devices are supposed to implment a halt feature, which is |