localconnectivityservice/generichid/tsrc/GenericHidTest/data/feature.hid
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 // File: Feature1.hid.txt
       
     2 // A Feature item defined with no Global or Local items defined
       
     3 
       
     4     0xa1, 0x02,                    // COLLECTION (Logical)
       
     5     0xa1, 0x02,                    //   COLLECTION (Logical)
       
     6 // No global or Local items defined
       
     7     0xb1, 0x40,                    //     FEATURE (Data,Ary,Abs,Null)
       
     8     0xc0,                          //   END_COLLECTION
       
     9     0x09, 0x47,                    //   USAGE (Usage Indicator Color)
       
    10     0xa1, 0x02,                    //   COLLECTION (Logical)
       
    11     0x09, 0x48,                    //     USAGE (Red)
       
    12     0x09, 0x49,                    //     USAGE (Green)
       
    13     0x09, 0x4a,                    //     USAGE (Amber)
       
    14     0xb1, 0x40,                    //     FEATURE (Data,Ary,Abs,Null)
       
    15     0xc0,                          //   END_COLLECTION
       
    16     0xc0,                          // END_COLLECTION
       
    17     0x05, 0x0c,                    // USAGE_PAGE (Consumer Devices)
       
    18     0x19, 0xb7,                    // USAGE_MINIMUM (Stop)
       
    19     0xa1, 0x02,                    // COLLECTION (Logical)
       
    20     0x05, 0x08,                    //   USAGE_PAGE (LEDs)
       
    21     0x09, 0x3c,                    //   USAGE (Usage Multi Mode Indicator)
       
    22     0xa1, 0x02,                    //   COLLECTION (Logical)
       
    23     0x09, 0x3d,                    //     USAGE (Indicator On)
       
    24     0x09, 0x3f,                    //     USAGE (Indicator Slow Blink)
       
    25     0x09, 0x41,                    //     USAGE (Indicator Off)
       
    26     0xb1, 0x40,                    //     FEATURE (Data,Ary,Abs,Null)
       
    27     0xc0,                          //   END_COLLECTION
       
    28     0x09, 0x47,                    //   USAGE (Usage Indicator Color)
       
    29     0xa1, 0x02,                    //   COLLECTION (Logical)
       
    30     0x09, 0x48,                    //     USAGE (Red)
       
    31     0x09, 0x49,                    //     USAGE (Green)
       
    32     0x09, 0x4a,                    //     USAGE (Amber)
       
    33     0xb1, 0x40,                    //     FEATURE (Data,Ary,Abs,Null)
       
    34     0xc0,                          //   END_COLLECTION
       
    35     0xc0                           // END_COLLECTION
       
    36 //};
       
    37