From 7d090c981f3ad714da6a27a0a731c1962022f3bc Mon Sep 17 00:00:00 2001 From: petrockblog Date: Thu, 19 Oct 2017 09:40:32 +0200 Subject: [PATCH] Add usbhid quirk for GamepadBlock --- CHANGELOG.md | 3 +++ board/recalbox/fsoverlay/etc/modprobe.d/usbhid.conf | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff064ae302..dbebbd0e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [Unrelease][unreleased] +- Add usbhid quirk for [GamepadBlock](https://blog.petrockblock.com/gamepadblock/) + ## [4.1.0] - 2017-10-13 - Pad: added Microsoft Xbox One S & Elite default mapping - fix regression in splash video for pi diff --git a/board/recalbox/fsoverlay/etc/modprobe.d/usbhid.conf b/board/recalbox/fsoverlay/etc/modprobe.d/usbhid.conf index 3f69bc0985..85a533a34c 100644 --- a/board/recalbox/fsoverlay/etc/modprobe.d/usbhid.conf +++ b/board/recalbox/fsoverlay/etc/modprobe.d/usbhid.conf @@ -49,4 +49,7 @@ #ShanWan Twin USB Joystick #options usbhid quirks=0x2563:0x555:0x040 -options usbhid quirks=0x0314:0x0326:0x040,0x0314:0x0328:0x040,0x1781:0x0A9D:0x040,0x1292:0x5346:0x040,0x1292:0x5366:0x040,0x1292:0x4154:0x040,0x1292:0x4745:0x040,0x0403:0x97c1:0x040,0x0e8f:0x3010:0x040,0x0079:0x1804:0x040,0x0xe8f:0x3013:0x040,0x16c0:0x75e1:0x040,0x16c0:0x05e1:0x040,0xe8f:0x1013:0x040,0xe8f:0x3013:0x040,0x810:0xe001:0x040,0x16c0:0x05e0:0x040,0x2563:0x555:0x040 +# GamepadBlock +# options usbhid quirks=0x16D0:0x0BCC:0x040 + +options usbhid quirks=0x0314:0x0326:0x040,0x0314:0x0328:0x040,0x1781:0x0A9D:0x040,0x1292:0x5346:0x040,0x1292:0x5366:0x040,0x1292:0x4154:0x040,0x1292:0x4745:0x040,0x0403:0x97c1:0x040,0x0e8f:0x3010:0x040,0x0079:0x1804:0x040,0x0xe8f:0x3013:0x040,0x16c0:0x75e1:0x040,0x16c0:0x05e1:0x040,0xe8f:0x1013:0x040,0xe8f:0x3013:0x040,0x810:0xe001:0x040,0x16c0:0x05e0:0x040,0x2563:0x555:0x040,0x16D0:0x0BCC:0x040 -- GitLab