diff -r 3dcb815346df -r 4096754ee773 localconnectivityservice/generichid/tsrc/GenericHidTest/data/unitexponent.hid --- a/localconnectivityservice/generichid/tsrc/GenericHidTest/data/unitexponent.hid Thu Aug 19 10:46:39 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ -// File: UnitExponent1.hid.txt -// Unit Exponent with non-zero data in the reserved field - - 0x05, 0x01, // USAGE_PAGE (Generic Desktop) - 0x15, 0x00, // LOGICAL_MINIMUM (0) - 0x09, 0x04, // USAGE (Joystick) - 0xa1, 0x01, // COLLECTION (Application) - 0x05, 0x02, // USAGE_PAGE (Simulation Controls) - 0x09, 0xbb, // USAGE (Throttle) - 0x15, 0x81, // LOGICAL_MINIMUM (-127) - 0x25, 0x7f, // LOGICAL_MAXIMUM (127) - 0x75, 0x08, // REPORT_SIZE (8) - 0x95, 0x01, // REPORT_COUNT (1) - 0x81, 0x02, // INPUT (Data,Var,Abs) - 0x05, 0x01, // USAGE_PAGE (Generic Desktop) - 0x09, 0x01, // USAGE (Pointer) - 0xa1, 0x00, // COLLECTION (Physical) - 0x09, 0x30, // USAGE (X) - 0x09, 0x31, // USAGE (Y) - 0x95, 0x02, // REPORT_COUNT (2) - 0x81, 0x02, // INPUT (Data,Var,Abs) - 0xc0, // END_COLLECTION - 0x09, 0x39, // USAGE (Hat switch) - 0x15, 0x00, // LOGICAL_MINIMUM (0) - 0x25, 0x03, // LOGICAL_MAXIMUM (3) - 0x35, 0x00, // PHYSICAL_MINIMUM (0) - 0x46, 0x0e, 0x01, // PHYSICAL_MAXIMUM (270) - 0x65, 0x14, // UNIT (Eng Rot:Angular Pos) - 0x75, 0x04, // REPORT_SIZE (4) - 0x95, 0x01, // REPORT_COUNT (1) - 0x81, 0x02, // INPUT (Data,Var,Abs) - 0x05, 0x09, // USAGE_PAGE (Button) - 0x19, 0x01, // USAGE_MINIMUM (Button 1) - 0x29, 0x04, // USAGE_MAXIMUM (Button 4) - 0x15, 0x00, // LOGICAL_MINIMUM (0) - 0x25, 0x01, // LOGICAL_MAXIMUM (1) - 0x75, 0x01, // REPORT_SIZE (1) - 0x95, 0x04, // REPORT_COUNT (4) -// Non-zero data in the Reserved field - 0x55, 0x10, // UNIT_EXPONENT (16) - 0x65, 0x00, // UNIT (None) - 0x81, 0x02, // INPUT (Data,Var,Abs) - 0xc0 // END_COLLECTION