1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-03 02:18:43 +00:00
Commit Graph

187 Commits

Author SHA1 Message Date
cathery
55e23f9d82
Update README.md 2019-11-15 14:20:02 +03:00
cathery
f216ede718
Update README.md 2019-11-15 14:19:27 +03:00
cathery
781129b467 Finalize 0.5.0 2019-11-15 14:03:06 +03:00
cathery
9be2b8cf40 fill out dualshock 4 report 2019-11-14 15:52:00 +03:00
cathery
dc584a0af1 Fix firmware path not being read 2019-11-13 23:53:47 +03:00
cathery
a1363d5774 Add customizable controller colors #63 2019-11-13 23:49:15 +03:00
cathery
9807350530 Dualshock 4: Add touchpad and PS buttons 2019-11-13 19:53:23 +03:00
cathery
d9b2b59989 Add override keyword to all virtual override functions 2019-11-13 14:27:43 +03:00
cathery
c2c58971a7 Use Result type instead of Status 2019-11-13 14:16:13 +03:00
cathery
76baf30713 Make dualshock 4 input at least functional 2019-11-12 21:37:14 +03:00
cathery
7c1757bef8 More work on Dualshock 4 2019-11-12 20:56:50 +03:00
cathery
fd529963cc Add option to specify max packet size in IUSBEndpoint::Open() 2019-11-12 20:56:22 +03:00
cathery
b3c995fe66 More work on Xbox one adapter 2019-11-12 20:55:50 +03:00
cathery
4b59d5541e
Add building instructions in README.md 2019-11-12 20:01:11 +03:00
cathery
8d61e5b10b Begin implementing Dualshock 4 controller 2019-11-11 22:43:19 +03:00
cathery
45321fa29d Update MakefileApplet 2019-11-11 22:42:53 +03:00
cathery
444288d533 Begin implementing Xbox One Adapter 2019-11-11 22:42:24 +03:00
cathery
1219a249be Revert back to allocating aligned memory when needed 2019-11-11 21:23:52 +03:00
cathery
744c42a250 bump app version 2019-11-11 03:13:34 +03:00
cathery
ddee5ae15b Add version check on init 2019-11-11 01:54:46 +03:00
cathery
eb0be90be0 Fix Xbox One controller init packets 2019-11-10 23:49:09 +03:00
cathery
c8bdfd81d2 Fixed Original Xbox controller input 2019-11-10 19:11:38 +03:00
cathery
12e8aaeab8
Update README.md 2019-11-10 08:31:25 +03:00
cathery
50fcf3cda1 update config files 2019-11-10 01:21:35 +03:00
cathery
bd88cd1008 Fix IController::OutputBuffer() not being virtual 2019-11-10 00:02:53 +03:00
cathery
01d20c0c46 Xbox360W: add wrapper function to endpoint write 2019-11-10 00:02:30 +03:00
cathery
72b4e1d041 Add config files to repo 2019-11-09 23:37:49 +03:00
cathery
de3667aad8 Put xbox one max trigger value in a define 2019-11-09 23:37:26 +03:00
cathery
8739069e6b Add d-pad and left stick swap option 2019-11-09 23:36:52 +03:00
cathery
93abaeed22 Add IController::GetConfig() 2019-11-09 23:26:47 +03:00
cathery
1155b488be Remove fluff 2019-11-09 23:24:29 +03:00
cathery
4ba875800c Begin implementing Xbox One Adapter 2019-11-09 23:22:41 +03:00
cathery
ecf6d2987e Show app version in log 2019-11-09 23:19:49 +03:00
cathery
2b8ab70020 send init packets to all powerA xbox one controllers 2019-11-09 15:39:58 +03:00
cathery
3d0499f91b
Update README.md 2019-11-09 12:58:14 +03:00
cathery
1d16b46e4d forgot a bracket 2019-11-09 11:48:53 +03:00
cathery
fc48561b3a Raise device limit to 10 and prevent it from going any further 2019-11-09 11:45:47 +03:00
cathery
562f5f37dc Send init packet on xbox360 wireless 2019-11-09 03:05:55 +03:00
cathery
9e337015e2 Revert post-output buffer sleep period 2019-11-09 02:37:16 +03:00
cathery
ba7a0b754f Add support for multiple 360 wireless controllers 2019-11-09 02:31:49 +03:00
cathery
435b203525 Fixed 360 Wireless not working 2019-11-08 21:06:02 +03:00
cathery
47dfafaaac Move ds3 event to index 0 2019-11-08 17:26:31 +03:00
cathery
fc0d3136e3 Begin implementing Xbox controller 2019-11-08 17:15:02 +03:00
cathery
7ae2204070 Begin Xbox 360 Wireless implementation 2019-11-08 15:56:20 +03:00
cathery
d9d4ccf1d4 added interval sleep after endpoint write 2019-11-08 15:55:54 +03:00
cathery
b4ee502e04 more thorough interface check in controller init 2019-11-08 15:54:33 +03:00
cathery
4c78a716d6 Check devices by interface rather than VID/PID 2019-11-08 12:25:16 +03:00
cathery
eb43cdd02b Xbox One: send init packets for specific devices 2019-11-08 12:01:10 +03:00
cathery
586f1b0914 IUSBEndpoint::Write() now takes a const buffer 2019-11-08 11:59:57 +03:00
cathery
3509f2c223 Add vendor/product members to IUSBDevice 2019-11-08 11:59:11 +03:00