mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
ps4dshock(4): Fix touchpad width in HID report descriptor
(cherry picked from commit 9b2b5f42b4)
This commit is contained in:
parent
2de8a0d209
commit
bb5eb85e5c
1 changed files with 6 additions and 6 deletions
|
|
@ -215,7 +215,7 @@ static const uint8_t ps4dshock_rdesc[] = {
|
|||
0x55, 0x0E, /* Unit Exponent (-2) */
|
||||
0x65, 0x11, /* Unit (System: SI Linear, Length: Centimeter) */
|
||||
0x35, 0x00, /* Physical Minimum (0) */
|
||||
0x46, 0x80, 0x02, /* Physical Maximum (640) */
|
||||
0x46, 0xB8, 0x01, /* Physical Maximum (440) */
|
||||
0x26, 0x80, 0x07, /* Logical Maximum (1920) */
|
||||
0x75, 0x0C, /* Report Size (12) */
|
||||
0x81, 0x02, /* Input (Data,Var,Abs) */
|
||||
|
|
@ -244,7 +244,7 @@ static const uint8_t ps4dshock_rdesc[] = {
|
|||
0x55, 0x0E, /* Unit Exponent (-2) */
|
||||
0x65, 0x11, /* Unit (System: SI Linear, Length: Centimeter) */
|
||||
0x35, 0x00, /* Physical Minimum (0) */
|
||||
0x46, 0x80, 0x02, /* Physical Maximum (640) */
|
||||
0x46, 0xB8, 0x01, /* Physical Maximum (440) */
|
||||
0x26, 0x80, 0x07, /* Logical Maximum (1920) */
|
||||
0x75, 0x0C, /* Report Size (12) */
|
||||
0x81, 0x02, /* Input (Data,Var,Abs) */
|
||||
|
|
@ -284,7 +284,7 @@ static const uint8_t ps4dshock_rdesc[] = {
|
|||
0x55, 0x0E, /* Unit Exponent (-2) */
|
||||
0x65, 0x11, /* Unit (System: SI Linear, Length: Centimeter) */
|
||||
0x35, 0x00, /* Physical Minimum (0) */
|
||||
0x46, 0x80, 0x02, /* Physical Maximum (640) */
|
||||
0x46, 0xB8, 0x01, /* Physical Maximum (440) */
|
||||
0x26, 0x80, 0x07, /* Logical Maximum (1920) */
|
||||
0x75, 0x0C, /* Report Size (12) */
|
||||
0x81, 0x02, /* Input (Data,Var,Abs) */
|
||||
|
|
@ -313,7 +313,7 @@ static const uint8_t ps4dshock_rdesc[] = {
|
|||
0x55, 0x0E, /* Unit Exponent (-2) */
|
||||
0x65, 0x11, /* Unit (System: SI Linear, Length: Centimeter) */
|
||||
0x35, 0x00, /* Physical Minimum (0) */
|
||||
0x46, 0x80, 0x02, /* Physical Maximum (640) */
|
||||
0x46, 0xB8, 0x01, /* Physical Maximum (440) */
|
||||
0x26, 0x80, 0x07, /* Logical Maximum (1920) */
|
||||
0x75, 0x0C, /* Report Size (12) */
|
||||
0x81, 0x02, /* Input (Data,Var,Abs) */
|
||||
|
|
@ -353,7 +353,7 @@ static const uint8_t ps4dshock_rdesc[] = {
|
|||
0x55, 0x0E, /* Unit Exponent (-2) */
|
||||
0x65, 0x11, /* Unit (System: SI Linear, Length: Centimeter) */
|
||||
0x35, 0x00, /* Physical Minimum (0) */
|
||||
0x46, 0x80, 0x02, /* Physical Maximum (640) */
|
||||
0x46, 0xB8, 0x01, /* Physical Maximum (440) */
|
||||
0x26, 0x80, 0x07, /* Logical Maximum (1920) */
|
||||
0x75, 0x0C, /* Report Size (12) */
|
||||
0x81, 0x02, /* Input (Data,Var,Abs) */
|
||||
|
|
@ -382,7 +382,7 @@ static const uint8_t ps4dshock_rdesc[] = {
|
|||
0x55, 0x0E, /* Unit Exponent (-2) */
|
||||
0x65, 0x11, /* Unit (System: SI Linear, Length: Centimeter) */
|
||||
0x35, 0x00, /* Physical Minimum (0) */
|
||||
0x46, 0x80, 0x02, /* Physical Maximum (640) */
|
||||
0x46, 0xB8, 0x01, /* Physical Maximum (440) */
|
||||
0x26, 0x80, 0x07, /* Logical Maximum (1920) */
|
||||
0x75, 0x0C, /* Report Size (12) */
|
||||
0x81, 0x02, /* Input (Data,Var,Abs) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue