Home
last modified time | relevance | path

Searched refs:consumer_rdesc (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c3099 char *consumer_rdesc, *rdesc = (char *)_rdesc; in hidpp10_consumer_keys_report_fixup() local
3102 consumer_rdesc = strnstr(rdesc, consumer_rdesc_start, *rsize); in hidpp10_consumer_keys_report_fixup()
3103 size = *rsize - (consumer_rdesc - rdesc); in hidpp10_consumer_keys_report_fixup()
3104 if (consumer_rdesc && size >= 25) { in hidpp10_consumer_keys_report_fixup()
3105 consumer_rdesc[15] = 0x7f; in hidpp10_consumer_keys_report_fixup()
3106 consumer_rdesc[16] = 0x10; in hidpp10_consumer_keys_report_fixup()
3107 consumer_rdesc[20] = 0x7f; in hidpp10_consumer_keys_report_fixup()
3108 consumer_rdesc[21] = 0x10; in hidpp10_consumer_keys_report_fixup()