Commit graph

188 commits

Author SHA1 Message Date
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
ndeadly
4808421c6e btdrv-mitm: add extension service functions to get shared memory handles 2020-08-05 23:20:04 +02:00
ndeadly
d6cc6e9465 btdrv-mitm: update xbox one controller handling to work with latest controller firmware 2020-08-05 23:18:54 +02:00
ndeadly
87735d5876 btdrv-mitm: return nullptr if GetRealSharedMemory is called prior to 7.0.0 2020-08-05 20:56:11 +02:00
ndeadly
1d55a4539c btdrv-mitm: create fake buffer in shared memory for all firmwares 2020-08-05 20:38:31 +02:00
ndeadly
e310d89491 btdrv-mitm: fixed typos and removed some unhandled states 2020-08-05 01:32:43 +02:00
ndeadly
9ced06f2a6 btdrv-mitm: update to use new service interface definition methodology 2020-08-05 00:04:52 +02:00
ndeadly
d2742a17f9 Update submodules 2020-08-05 00:00:27 +02:00
ndeadly
be8bb2f505 Create path to boot2 when running make dist 2020-08-04 23:59:49 +02:00
ndeadly
e275318953 btdrv-mitm: misc cleanup 2020-08-04 22:19:12 +02:00
ndeadly
046f58529e btdrv-mitm: make individual service calls for redirecting system events for each bluetooth interface 2020-08-04 22:18:15 +02:00
ndeadly
7148c02125 btdrv-mitm: move another empty constructor into header 2020-08-04 22:16:42 +02:00
ndeadly
473db01565 Update readme 2020-07-30 22:23:42 +02:00
ndeadly
e5b0d3135c btdrv-mitm: reduce max sessions 2020-07-30 22:22:37 +02:00
ndeadly
ad3cf4db74 btdrv-mitm: misc code cleanup 2020-07-30 22:21:37 +02:00
ndeadly
5519283cb3 btdrv-mitm: minor improvements to bluetooth::CircularBuffer 2020-07-30 22:10:37 +02:00
ndeadly
c5a5b1f456 btdrv-mitm: move empty constructor definitions into headers 2020-07-30 22:07:26 +02:00
ndeadly
4fae9c88cd btdrv-mitm: move joycon and pro controller class definitions into their own headers to match wii controllers 2020-07-30 22:05:46 +02:00
ndeadly
75938d205c btdrv-mitm: refactor wii controller code and add initial support for extension controllers 2020-07-30 22:04:15 +02:00
ndeadly
c34f2da65c Clean up .gitignore 2020-07-30 17:02:53 +02:00
ndeadly
c63009fcd7 btdrv-mitm: add check for wii devices before sending pin reply 2020-07-28 01:35:34 +02:00
ndeadly
b5efd5e737 btdrv-mitm: remove misc commented code 2020-07-28 01:02:17 +02:00
ndeadly
bc4622768f btdrv-mitm: remove psc:m code 2020-07-28 01:00:00 +02:00
ndeadly
51e1ea44ae btdrv-mitm: move pro controller name string to single location in controller manager 2020-07-28 00:57:59 +02:00
ndeadly
fbf85a2fa3 btdrv-mitm: use CircularBuffer Read and Free methods instead of messing with its internals 2020-07-27 23:34:31 +02:00
ndeadly
8476eae334 btdrv-mitm: change CircularBuffer back to class 2020-07-27 23:33:07 +02:00
ndeadly
7676b920d2 btdrv-mitm: remove unused Set/GetHidReport mitm functions 2020-07-27 23:31:03 +02:00
ndeadly
200b6f2dda btdrv-mitm: handle outgoing hid reports in controller classes rather than main mitm code 2020-07-27 19:42:40 +02:00
ndeadly
a755b81a0f btdrv-mitm: send init packet to xbox one controllers upon connection 2020-07-27 19:39:49 +02:00
ndeadly
e3ee7f348a btdrv-mitm: remove bluetooth address argument from wii controller functions 2020-07-27 19:39:09 +02:00