Commit graph

442 commits

Author SHA1 Message Date
ndeadly
db2769c39f btdrv-mitm: fix copy/paste error in gembox report handling 2020-09-07 10:02:44 +02:00
ndeadly
e1a7714bba btdrv-mitm: fix location of home button for ipega controller 2020-09-07 00:52:58 +02:00
ndeadly
d91fd2cace btdrv-mitm: actually create handler for gembox controller when detected 2020-09-06 23:39:31 +02:00
ndeadly
b27fe5e07a btdrv-mitm: actually create handler for ipega controller when detected 2020-09-06 23:38:13 +02:00
ndeadly
0d8953974c btdrv-mitm: actually create handler for xiaomi controller when detected 2020-09-06 23:35:29 +02:00
ndeadly
499f78cb23 btdrv-mitm: add support for gembox controller 2020-09-06 21:13:23 +02:00
ndeadly
a7c22b451c btdrv-mitm: zero motion control data when converting incoming controller reports 2020-09-06 18:24:41 +02:00
ndeadly
a2e1e9159f btdrv-mitm: map gamestick dpad down + L/R combo as ZL/ZR 2020-09-04 18:14:15 +02:00
ndeadly
bfd1c0b62d btdrv-mitm: add gamestick control mappings 2020-09-04 18:14:15 +02:00
ndeadly
e92b6625ea btdrv-mitm: add initial skeleton handler for gamestick controller 2020-09-04 18:14:15 +02:00
ndeadly
d9d4e825b2 btdrv-mitm: add button mappings for ipega controller 2020-09-04 18:13:56 +02:00
ndeadly
cc4395e3a8 btdrv-mitm: add skeleton for ipega handler 2020-09-04 18:13:56 +02:00
ndeadly
d43f06a699 btdrv-mitm: add missing components to xiaomi report 0x04 2020-09-04 18:13:19 +02:00
ndeadly
8aa894f37a btdrv-mitm: send init packet to xiaomi controller on initialisation 2020-09-04 18:13:19 +02:00
ndeadly
3cacac9d6f btdrv-mitm: add experimental xiaomi button mapping 2020-09-04 18:13:19 +02:00
ndeadly
eebfbb9da7 btdrv-mitm: add skeleton for xiaomi handler 2020-09-04 18:13:18 +02:00
ndeadly
9772de6abd btdrv-mitm: add battery level handling for ouya controller 2020-09-03 12:27:58 +02:00
ndeadly
d113c2a588 btdrv-mitm: fix dualshock4 battery level conversion 2020-09-02 19:12:02 +02:00
ndeadly
a9b2bea11c Update FAQ 2020-09-01 14:52:40 +02:00
ndeadly
b0702efa03 Update Installation instructions 2020-09-01 14:14:33 +02:00
ndeadly
c1829526db btdrv-mitm: add handler for SetHomeLed subcommand 2020-08-29 18:37:02 +02:00
ndeadly
ca5c36c5d8 btdrv-mitm: correctly map ouya buttons 2020-08-29 12:20:11 +02:00
ndeadly
4b11df3202 Include SNES mini in list of compatible wiimote extension controllers (thanks megahiro) 2020-08-28 21:49:44 +02:00
ndeadly
23c2887edc btdrv-mitm: add preliminary support for ouya controller 2020-08-28 20:53:08 +02:00
ndeadly
7ec01a07e3 Added missing character 2020-08-28 14:41:56 +02:00
ndeadly
3aed0de3ad Added FAQ to readme 2020-08-28 14:38:53 +02:00
ndeadly
296227c579 Fix typo in readme 2020-08-28 10:39:02 +02:00
ndeadly
382da91b04 btdrv-mitm: whitelist id for xbox one elite v2 controller 2020-08-28 10:37:11 +02:00
ndeadly
8d768c7d38 Update readme 2020-08-28 00:08:51 +02:00
ndeadly
9573c893ac Update license headers 2020-08-27 00:50:34 +02:00
ndeadly
fb23511e37
Update LICENSE 2020-08-27 00:28:12 +02:00
ndeadly
34baa4d496 Merge branch 'develop' into master 2020-08-26 23:27:33 +02:00
ndeadly
215af9d64c Update readme 2020-08-26 23:27:10 +02:00
ndeadly
cc4312f429 Merge branch 'develop' into master 2020-08-26 23:06:34 +02:00
ndeadly
f8d576f01b Update Atmosphere-libs 2020-08-26 22:59:04 +02:00
ndeadly
3305cfb3d3 Update libnx 2020-08-26 21:24:38 +02:00
ndeadly
165d2e87b3 Stop tracking old code directories 2020-08-26 21:24:20 +02:00
ndeadly
15c8d7630c Update readme 2020-08-26 21:02:33 +02:00
ndeadly
f2bc1e818e Reorganise project 2020-08-26 20:52:47 +02:00
ndeadly
c6188b82be
Update LICENSE 2020-08-26 17:01:49 +02:00
ndeadly
1160693c2e btdrv-mitm: reduce memory footprint 2020-08-25 23:21:36 +02:00
ndeadly
359d2749e4 btdrv-mitm: add copyright headers to source files 2020-08-25 21:23:38 +02:00
ndeadly
8ed74ca2c6 btdrv-mitm: use static report buffers in EmulatedSwitchController class 2020-08-25 21:16:43 +02:00
ndeadly
c6d318c90a btdrv-mitm: overhaul outgoing report handling 2020-08-25 02:05:19 +02:00
ndeadly
d333b39394 btdrv-mitm: simplify controller base types 2020-08-24 22:47:27 +02:00
ndeadly
bae44c16f1 btdrv-mitm: simplify hid report handling 2020-08-24 22:45:11 +02:00
ndeadly
30a8bed0cd btdrv-mitm: misc. minor changes 2020-08-24 22:42:05 +02:00
ndeadly
00b3bc98a4 btdrv-mitm: move some functionality out of SwitchController and into EmulatedSwitchController 2020-08-18 23:47:44 +02:00
ndeadly
5ef5a2f143 btdrv-mitm: set proper battery info when makeing fake subcmd response 2020-08-18 23:44:24 +02:00
ndeadly
78bd785fc0 btdrv-mitm: move FakeSubCmdResponse function into EmulatedSwitchController class 2020-08-18 21:49:11 +02:00