• Home
  • Raw
  • Download

Lines Matching +full:10 +full:- +full:inch

20 #include "hid-ids.h"
32 0x15, 0x80, /* Logical Minimum (-128), */
61 0x55, 0xFD, /* Unit Exponent (-3), */
62 0x65, 0x13, /* Unit (Inch), */
90 0x15, 0x80, /* Logical Minimum (-128), */
119 0x55, 0xFD, /* Unit Exponent (-3), */
120 0x65, 0x13, /* Unit (Inch), */
156 0x55, 0xFD, /* Unit Exponent (-3), */
157 0x65, 0x13, /* Unit (Inch), */
171 0x15, 0xFF, /* Logical Minimum (-1), */
189 0x15, 0x80, /* Logical Minimum (-128), */
218 0x55, 0xFD, /* Unit Exponent (-3), */
219 0x65, 0x13, /* Unit (Inch), */
255 0x55, 0xFD, /* Unit Exponent (-3), */
256 0x65, 0x13, /* Unit (Inch), */
270 0x15, 0xFF, /* Logical Minimum (-1), */
288 0x15, 0x80, /* Logical Minimum (-128), */
317 0x55, 0xFD, /* Unit Exponent (-3), */
318 0x65, 0x13, /* Unit (Inch), */
367 0x15, 0x81, /* Logical Minimum (-127), */
396 0x55, 0xFD, /* Unit Exponent (-3), */
397 0x65, 0x13, /* Unit (Inch), */
440 0x55, 0xFD, /* Unit Exponent (-3), */
441 0x65, 0x13, /* Unit (Inch), */
455 0x15, 0xFF, /* Logical Minimum (-1), */
490 * - change Usage Maximum in the Consumer Control in kye_consumer_control_fixup()
499 rdesc[offset + 10] == 0x2a && rdesc[offset + 12] > 0x2f) { in kye_consumer_control_fixup()
509 switch (hdev->product) { in kye_report_fixup()
512 * - change led usage page to button for extra buttons in kye_report_fixup()
513 * - report size 8 count 1 must be size 1 count 8 for button in kye_report_fixup()
515 * - change the button usage range to 4-7 for the extra in kye_report_fixup()
581 * Enable fully-functional tablet mode by setting a special feature report.
595 list = &hdev->report_enum[HID_FEATURE_REPORT].report_list; in kye_tablet_enable()
598 if (report->id == 5) in kye_tablet_enable()
603 hid_err(hdev, "tablet-enabling feature report not found\n"); in kye_tablet_enable()
604 return -ENODEV; in kye_tablet_enable()
607 if (report->maxfield < 1 || report->field[0]->report_count < 7) { in kye_tablet_enable()
608 hid_err(hdev, "invalid tablet-enabling feature report\n"); in kye_tablet_enable()
609 return -ENODEV; in kye_tablet_enable()
612 value = report->field[0]->value; in kye_tablet_enable()
642 switch (id->product) { in kye_probe()