Commit graph

267 commits

Author SHA1 Message Date
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
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
23c2887edc btdrv-mitm: add preliminary support for ouya controller 2020-08-28 20:53:08 +02:00
ndeadly
382da91b04 btdrv-mitm: whitelist id for xbox one elite v2 controller 2020-08-28 10:37:11 +02:00
ndeadly
215af9d64c Update readme 2020-08-26 23:27:10 +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
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
ndeadly
712605a153 btdrv-mitm: rename bluetooth system events 2020-08-17 23:34:54 +02:00
ndeadly
73532cfc9f btdrv-mitm: rename FakeSwitchController to EmulatedSwitchController 2020-08-17 23:17:02 +02:00
ndeadly
ec37e65e69 btdrv-mitm: simplify emulated SPI flash reads to return uninitialised data (0xff) when possible 2020-08-17 22:25:43 +02:00
ndeadly
da70b13c69 btdrv-mitm: account for different hid event data structure in firmware < 9.0.0 2020-08-17 19:28:47 +02:00
ndeadly
56d018d174 Update readme 2020-08-17 11:30:27 +02:00
ndeadly
4cef65f290 btdrv-mitm: make wiimote nunchuck extension work correctly 2020-08-15 00:33:37 +02:00
ndeadly
5c91c89628 btdrv-mitm: fix WiiNunchuckExtensionData struct 2020-08-12 01:30:03 +02:00
ndeadly
561c79a658 btdrv-mitm: change signature of identifyController function 2020-08-12 01:16:32 +02:00
ndeadly
70dc851c16 btdrv-mitm: request status report on init and move empty contrsuctor into header 2020-08-12 01:14:50 +02:00
ndeadly
1aa837c4a7 btdrv-mitm: fix mapping of wii classic controller analog sticks 2020-08-12 01:06:05 +02:00
ndeadly
c9803cfe9c btdrv-mitm: Fix WiiClassicControllerButtonData struct 2020-08-12 01:04:32 +02:00
ndeadly
9c5fcf4d33 btdrv-mitm: remove convert8BitBatteryLevel function 2020-08-12 01:02:47 +02:00
ndeadly
26a44f84b7 btdrv-mitm: correct dualshock4 battery level reporting 2020-08-08 02:05:41 +02:00
ndeadly
3a847c82d1 btdrv-mitm: set dualshock4 state on initialize to make sure the controller is recognised quickly 2020-08-07 23:30:27 +02:00
ndeadly
e0e999534f btdrv-mitm: clean up pin reply code 2020-08-07 12:52:33 +02:00
ndeadly
e7fddf2a2b btdrv-mitm: factor duplicate dualshock4 button mapping code into its own method 2020-08-07 02:12:57 +02:00
ndeadly
51e182883f btdrv-mitm: remove g_preparingForSleep flag 2020-08-07 02:09:46 +02:00
ndeadly
8256e95a13 btdrv-mitm: remove device class check from pin/ssp request handlers so that xbox one controller will complete pairing 2020-08-06 21:37:35 +02:00
ndeadly
2b227e991c btdrv-mitm: set charging flag for xbox one controller 2020-08-06 21:33:41 +02:00
ndeadly
dcfc88fcd8 btdrv-mitm: fix xbox one battery level reporting 2020-08-06 21:17:55 +02:00
ndeadly
bd38f45d7f Update readme 2020-08-06 02:26:50 +02:00
ndeadly
d375ed00e2 btdrv-mitm: fix for xbox one controller disconnections 2020-08-06 02:25:56 +02:00
ndeadly
f3c8d7d555 btdrv-mitm: don't handle incoming reports when hid report events are being redirected 2020-08-05 23:41:10 +02:00
ndeadly
840296b14f Update readme 2020-08-05 23:38:52 +02:00
ndeadly
d773a8262b btdrv-mitm: remove psc:m module 2020-08-05 23:38:37 +02:00