Commit graph

277 commits

Author SHA1 Message Date
ndeadly
2798d05564 bluetooth-mitm: rename IsGamepad function to IsAllowedDevice and add keyboard device class to allowed devices 2020-09-20 19:55:42 +02:00
ndeadly
a313b71a9d Merge branch 'feature/8bitdo-zero-support' into develop
# Conflicts:
#	bluetooth-mitm/source/controllers/controller_management.cpp
#	bluetooth-mitm/source/controllers/controller_management.hpp
2020-09-20 18:27:23 +02:00
ndeadly
55e3224641 bluetooth-mitm: change 8bitdo zero home button combo to select + dpad down 2020-09-18 11:25:16 +02:00
ndeadly
0954328e09 Merge branch 'feature/nvidia-shield-controller-support' into develop 2020-09-18 00:24:08 +02:00
ndeadly
51e28cc083 bluetooth-mitm: map the remaining nvidia shield controller buttons correctly 2020-09-18 00:07:04 +02:00
ndeadly
7e25c15fad bluetooth-mitm: swap A<->B and X<->Y button locations and map dpad values for nvidia shield controller 2020-09-17 23:23:10 +02:00
ndeadly
feb83f6056 bluetooth-mitm: reduce dualshock4 led brightness by 50% 2020-09-17 21:34:36 +02:00
ndeadly
1b0728bc73 bluetooth-mitm: add initial support for nvidia shield controller 2020-09-17 20:52:44 +02:00
ndeadly
acdc8afbb1 bluetooth-mitm: add hardware ID for SNES Online Controller 2020-09-17 12:11:50 +02:00
ndeadly
89ac65c7eb bluetooth-mitm: map 8bitdo zero dpad and home button combo 2020-09-17 01:32:03 +02:00
ndeadly
fa9f8619ce Update Atmosphere-libs for 10.2.0 2020-09-16 22:18:33 +02:00
ndeadly
3fb8ca1e62 bluetooth-mitm: clamp wiiu stick values to ensure they stay in bounds when converting to switch format 2020-09-14 02:46:40 +02:00
ndeadly
4d6384d0be bluetooth-mitm: add initial support for 8bitdo zero controller 2020-09-14 01:59:55 +02:00
ndeadly
25e78ce6bc Merge branch 'feature/steelseries-support' into develop
# Conflicts:
#	bluetooth-mitm/source/controllers/controller_management.cpp
#	bluetooth-mitm/source/controllers/controller_management.hpp
2020-09-13 00:30:30 +02:00
ndeadly
7091c53b15 Merge branch 'feature/hori-onyx-support' into develop 2020-09-12 19:47:04 +02:00
ndeadly
e09caad88f bluetooth-mitm: whitelist hardware ID for hori onyx ps4 controller 2020-09-12 19:29:41 +02:00
ndeadly
c1fa8229f8 bluetooth-mitm: add button mappings for steelseries controller 2020-09-12 17:56:18 +02:00
ndeadly
8b6a733bba bluetooth-mitm: add button mappings for gamesir controller 2020-09-12 16:20:00 +02:00
ndeadly
0a7725f430 bluetooth-mitm: add skeleton handler for steelseries controller 2020-09-12 15:09:33 +02:00
ndeadly
9834da157d bluetooth-mitm: add skeleton handler for gamesir controller 2020-09-12 14:20:02 +02:00
ndeadly
650b34e126 btdrv-mitm: remove redundant SetPlayerLeds function from wii controller handler 2020-09-12 00:35:43 +02:00
ndeadly
b4f8b61eb0 Merge branch 'feature/integrated-btm-mitm' into develop
# Conflicts:
#	bluetooth-mitm/source/btdrv_mitm/controllers/default_controller.cpp
#	bluetooth-mitm/source/btdrv_mitm/controllers/default_controller.hpp
2020-09-11 23:16:25 +02:00
ndeadly
ea848aff63 bluetooth-mitm: tweak thread priorities 2020-09-11 22:43:59 +02:00
ndeadly
76584232e2 bluetooth-mitm: reduce memory usage 2020-09-11 22:24:25 +02:00
ndeadly
f7a7f78468 bluetooth-mitm: get booting on console again 2020-09-11 22:03:41 +02:00
ndeadly
de911fbd31 bluetooth-mitm: write mitm.lst properly 2020-09-11 20:19:05 +02:00
ndeadly
efa2f4f780 bluetooth-mitm: adjust main thread priority 2020-09-11 20:18:36 +02:00
ndeadly
e9866d1c12 bluetooth-mitm: implement mitm modules for btdrv and btm 2020-09-11 19:04:01 +02:00
ndeadly
a5486b07bb btm-mitm: handle GetDeviceCondition buffer size changing across firmwares 2020-09-11 17:55:43 +02:00
ndeadly
94c110001e btdrv-mitm: add default controller handler for unrecognised controllers
(cherry picked from commit 6d183f9d25ac3346c57a590a6b004372acce13f2)
2020-09-10 22:26:25 +02:00
ndeadly
2741cf3734 Rename btdrv-mitm to bluetooth-mitm 2020-09-08 17:07:59 +02:00
ndeadly
1d92d9cabe btdrv-mitm: modify IsOfficialSwitchControllerName to take size argument 2020-09-08 16:20:54 +02:00
ndeadly
80f63dfaf7 Add btm-mitm files 2020-09-08 16:17:07 +02:00
ndeadly
ee211be8f8 Move btdrv-mitm files to their own folder 2020-09-08 16:15:36 +02:00
ndeadly
1348385a98 btdrv-mitm: check controller name against recognised switch controller names before using vid/pid to match controllers 2020-09-08 10:54:57 +02:00
ndeadly
41861b9d29 btdrv-mitm: remove IsJoycon function and always check all official controller names instead 2020-09-08 01:24:52 +02:00
ndeadly
9f44f747f4 btdrv-mitm: remove mitm of GetPairedDeviceInfo command 2020-09-08 01:22:59 +02:00
ndeadly
7fbbc64c7a Merge branch 'feature/gembox-support' into develop
# Conflicts:
#	btdrv-mitm/source/controllers/controller_management.hpp
2020-09-07 22:38:36 +02:00
ndeadly
4e09cb60d0 Removed Atmosphere submodule 2020-09-07 22:33:25 +02:00
ndeadly
e2a9e93efd Use updated Atmosphere-libs to launch btdrv-mitm properly and kiss custom boot2 goodbye 2020-09-07 21:46:35 +02:00
ndeadly
15f2ec4e54 btdrv-mitm: minor adjustments to xiaomi data report structure 2020-09-07 20:31:28 +02:00
ndeadly
8c5ca6dac5 btdrv-mitm: apply motion fix to newly supported controllers 2020-09-07 11:08:28 +02:00
ndeadly
e4d8f55549 Merge branch 'feature/xiaomi-mi-support' into develop
# Conflicts:
#	btdrv-mitm/source/controllers/controller_management.cpp
#	btdrv-mitm/source/controllers/controller_management.hpp
2020-09-07 10:52:53 +02:00
ndeadly
ebddccaea8 Merge branch 'feature/ipega-support' into develop
# Conflicts:
#	btdrv-mitm/source/controllers/controller_management.cpp
#	btdrv-mitm/source/controllers/controller_management.hpp
2020-09-07 10:42:22 +02:00
ndeadly
bf7ca323a0 btdrv-mitm: correct button layout for xiaomi controller 2020-09-07 10:35:54 +02:00
ndeadly
60284e9c01 btdrv-mitm: handle home button according to reported data format 2020-09-07 10:09:00 +02:00
ndeadly
db59fa7bec btdrv-mitm: correct sign of gembox analog stick conversion 2020-09-07 10:03:38 +02:00
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