From a4a1f2b6249f30899c8226d15d9006d878cf55b5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 4 Jul 2004 15:32:57 +0000 Subject: Add subclass field --- include/hidp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/hidp.h') diff --git a/include/hidp.h b/include/hidp.h index 894ddd1b..21b62513 100644 --- a/include/hidp.h +++ b/include/hidp.h @@ -44,7 +44,8 @@ extern "C" { #define HIDPGETCONNINFO _IOR('H', 211, int) #define HIDP_VIRTUAL_CABLE_UNPLUG 0 -#define HIDP_BLUETOOTH_VENDOR_ID 1 +#define HIDP_BOOT_PROTOCOL_MODE 1 +#define HIDP_BLUETOOTH_VENDOR_ID 9 struct hidp_connadd_req { int ctrl_sock; /* Connected control socket */ @@ -53,6 +54,7 @@ struct hidp_connadd_req { uint16_t rd_size; /* Report descriptor size */ uint8_t *rd_data; /* Report descriptor data */ uint8_t country; + uint8_t subclass; uint16_t vendor; uint16_t product; uint16_t version; -- cgit