From 7386c761912530bbb53496002ab32d02c8a86833 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 22 Dec 2011 01:05:28 +0900 Subject: fixed a bug on host_system_send(). --- adb_usb/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'adb_usb/config.h') diff --git a/adb_usb/config.h b/adb_usb/config.h index 6431ede4cf..52d5925a50 100644 --- a/adb_usb/config.h +++ b/adb_usb/config.h @@ -23,6 +23,7 @@ along with this program. If not, see . #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x0ADB +#define DEVICE_VER 0x0101 #define MANUFACTURER t.m.k. #define PRODUCT ADB keyboard converter #define DESCRIPTION convert ADB keyboard to USB -- cgit v1.2.1