Lines Matching full:functions
34 mkdir functions/hid.0
36 echo 1 > functions/hid.0/protocol # 1: keyboard
37 echo 8 > functions/hid.0/report_length
38 echo 1 > functions/hid.0/subclass
73 printf '\x05\x01\x09\x06\xa1\x01\x05\x07\x19\xe0\x29\xe7\x15\x00\x25\x01\x75\x01\x95\x08\x81\x02\x95\x01\x75\x08\x81\x03\x95\x05\x75\x01\x05\x08\x19\x01\x29\x05\x91\x02\x95\x01\x75\x03\x91\x03\x95\x06\x75\x08\x15\x00\x25\x65\x05\x07\x19\x00\x29\x65\x81\x00\xc0' > functions/hid.0/report_desc
76 mkdir functions/hid.1
78 echo 2 > functions/hid.1/protocol # 2: mouse
79 echo 6 > functions/hid.1/report_length
80 echo 1 > functions/hid.1/subclass
121 printf '\x05\x01\x09\x02\xa1\x01\x09\x01\xa1\x00\x05\x09\x19\x01\x29\x03\x15\x00\x25\x01\x95\x03\x75\x01\x81\x02\x95\x01\x75\x05\x81\x03\x05\x01\x09\x30\x09\x31\x35\x00\x46\xff\x7f\x15\x00\x26\xff\x7f\x65\x11\x55\x00\x75\x10\x95\x02\x81\x02\x09\x38\x15\xff\x25\x01\x35\x00\x45\x00\x75\x08\x95\x01\x81\x06\xc0\xc0' > functions/hid.1/report_desc
131 # Link HID functions to configuration
132 ln -s functions/hid.0 configs/c.1
133 ln -s functions/hid.1 configs/c.1