Skip to content

Commit

Permalink
xpadneo, quirks: Another Microsoft OUI
Browse files Browse the repository at this point in the history
Reported-by: @cedarrapidsboy
Link: atar-axis#513 (comment)
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Dec 18, 2024
1 parent 47b03ce commit 227c101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/heuristics/gamesir-nova.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Officially validated OUIs are marked with a "+".
| ED:BC:9A | GameSir | `1110 1101 : 1011 1100 : 1001 1010` | 283
| 6A:07:14 | GameSir | `0110 1010 : 0000 0111 : 0001 0100` | 283
| **AND mask** | | **`0010 1000 : 0000 0000 : 0000 0000`** | **mask 0x28**
| 3C:FA:06 + | Microsoft | `0011 1100 : 1111 1010 : 0000 0110` | 283 inval match
| 44:16:22 + | Microsoft | `0100 0100 : 0001 0110 : 0010 0010` |
| 68:6C:E6 + | Microsoft | `0110 1000 : 0110 1100 : 1110 0110` | 283 inval match
| 98:7A:14 + | Microsoft | `1001 1000 : 0111 1010 : 0001 0100` |
Expand Down
1 change: 1 addition & 0 deletions hid-xpadneo/src/hid-xpadneo.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ struct quirk {
};

static const struct quirk xpadneo_quirks[] = {
DEVICE_OUI_QUIRK("3C:FA:06", XPADNEO_QUIRK_NO_HEURISTICS),
DEVICE_OUI_QUIRK("68:6C:E6", XPADNEO_QUIRK_NO_HEURISTICS),
DEVICE_OUI_QUIRK("98:B6:EA",
XPADNEO_QUIRK_NO_PULSE | XPADNEO_QUIRK_NO_TRIGGER_RUMBLE |
Expand Down

0 comments on commit 227c101

Please sign in to comment.