localconnectivityservice/generichid/tsrc/GenericHidTest/data/hookconnect.hid
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 16:03:15 +0300
branchRCL_3
changeset 19 0aa8cc770c8a
permissions -rw-r--r--
Revision: 201032 Kit: 201035

        0x95, 0x01,      //Report count 1
        0x05, 0x0c,      //Usage page telephony
        0x09, 0x01,      // Usage Phone
        0xa1, 0x01,      // COLLECTION (Application)        
        0x09, 0x01,      //   USAGE (Programmable Button)
        0xa1, 0x02,      //   COLLECTION (Logical)
        0x05, 0x0c,      //     USAGE_PAGE (Button)
        0x19, 0x00,      //     USAGE_MINIMUM (Button 1)
        0x29, 0x2f,      //     USAGE_MAXIMUM (Button 6)
        0x75, 0x08,      //     REPORT_SIZE (3)
        0x15, 0x00,      //     LOGICAL_MINIMUM (1)
        0x25, 0x06,      //     LOGICAL_MAXIMUM (6)
        0x81, 0x00,      //     INPUT (Data,Ary,Abs)
        0xc0,            //   END_COLLECTION 
        0xa1, 0x02,      //   COLLECTION (Logical)
        0x05, 0x0b,      //     USAGE_PAGE (Button)
        0x19, 0x20,      //     USAGE_MINIMUM (Button 1)
        0x29, 0x2f,      //     USAGE_MAXIMUM (Button 6)
        0x75, 0x08,      //     REPORT_SIZE (3)
        0x15, 0x00,      //     LOGICAL_MINIMUM (1)
        0x25, 0x2f,      //     LOGICAL_MAXIMUM (6)
        0x81, 0x00,      //     INPUT (Data,Ary,Abs)
        0xc0,            //   END_COLLECTION        
        0xc0             //End collection