Travis Nickles
|
a9348d1488
|
Send output report to SONYWA controller when charging status changes
|
2018-04-13 05:33:59 -05:00 |
|
Travis Nickles
|
33aef3a4c6
|
Change sync output report method to add extra lock for recent changes
|
2018-04-01 00:36:33 -05:00 |
|
Travis Nickles
|
a1d0836091
|
Tweaks to improve hotplug detection
Check status of first output report before adding
device to the list
|
2018-03-25 23:36:46 -05:00 |
|
Travis Nickles
|
ace46f1011
|
Make sure to use profile lightbar color when syncing controller to Sony adapter
Related to issue #238
|
2018-03-17 03:10:39 -05:00 |
|
Travis Nickles
|
1b85b9bf6d
|
Make sure to start imu data copying from proper offset
|
2018-03-07 00:16:55 -06:00 |
|
Travis Nickles
|
c56f1a7235
|
Fix accel data copying
|
2018-03-06 23:54:37 -06:00 |
|
Travis Nickles
|
37bb576aa6
|
Use unsafe memory pointers for copying imu data
|
2018-03-06 23:20:26 -06:00 |
|
Travis Nickles
|
60847ee54e
|
Minor tweak
|
2018-03-06 18:01:57 -06:00 |
|
Travis Nickles
|
cc4bc7f05c
|
Use output thread for USB connections again
|
2018-03-06 17:41:16 -06:00 |
|
Travis Nickles
|
63688885cd
|
Use unsafe memory pointers for BT output report
|
2018-03-06 17:16:46 -06:00 |
|
Travis Nickles
|
f3a019742d
|
Use unsafe memory pointers for detecting output report changes
|
2018-03-06 17:01:18 -06:00 |
|
Travis Nickles
|
895539c787
|
Minor tweak
|
2018-03-06 16:21:24 -06:00 |
|
Travis Nickles
|
59dbe6f956
|
Comment out failed message for now
|
2018-03-05 18:14:50 -06:00 |
|
Travis Nickles
|
8be2f9f271
|
Use unsafe blocks in project
Memory pointer access is needed to improve performance
with basic input report copying as well as CRC32
validation
|
2018-03-05 08:57:30 -06:00 |
|
Travis Nickles
|
284acc128a
|
Added CRC32 check when obtaining gyro calibration data
|
2018-03-04 22:43:49 -06:00 |
|
Travis Nickles
|
c7f7537f25
|
Experimental CRC32 validation
Needs more work but I don't want to lose progress made
so far. Related to issue #228.
|
2018-03-04 14:37:47 -06:00 |
|
Travis Nickles
|
f906554743
|
Use proper delta time for trackball mode
It had been using the previous poll delta time instead
|
2018-01-03 03:55:40 -06:00 |
|
Travis Nickles
|
41fa8cac82
|
Use delegate method of grabbing struct reference
Might replace the delegate with a class method later
but this method works pretty well as is
|
2017-12-11 03:57:48 -06:00 |
|
Travis Nickles
|
05def00614
|
Add lock usage for USB again
The version without it seems a bit wonky
|
2017-12-11 00:33:38 -06:00 |
|
Travis Nickles
|
619b73d40b
|
Clear up naming issue for IDE. Use only one output array for USB and SONYWA
|
2017-12-10 06:16:40 -06:00 |
|
Travis Nickles
|
567aa393ae
|
Changes to how output reports are sent. Mainly affects USB and SONYWA
|
2017-12-10 05:09:15 -06:00 |
|
Travis Nickles
|
852a9fe524
|
Lower latency queue to hold 20 items
|
2017-12-07 17:18:57 -06:00 |
|
Travis Nickles
|
dd6e2edadf
|
Minor tweak
|
2017-12-01 21:31:05 -06:00 |
|
Travis Nickles
|
12aedd3724
|
Minor change to sync output report
|
2017-11-21 03:29:46 -06:00 |
|
Travis Nickles
|
500c870647
|
Minor change in pending count
|
2017-11-18 15:01:00 -06:00 |
|
Travis Nickles
|
45c0b9945c
|
Fix output report updating
|
2017-11-18 13:15:15 -06:00 |
|
Travis Nickles
|
0d10004624
|
Output thread tweaks
|
2017-11-15 19:57:58 -06:00 |
|
Travis Nickles
|
a894179c98
|
Restart pending output report count when a change is detected
|
2017-11-15 02:58:16 -06:00 |
|
Travis Nickles
|
9045d18092
|
Add additional lock to use when writing output reports
|
2017-11-15 02:14:20 -06:00 |
|
Travis Nickles
|
2f6498a37b
|
Remove unused lock statement
|
2017-11-11 22:52:17 -06:00 |
|
Travis Nickles
|
677191e8b4
|
Change to keep lightbar from sticking in some situations
Hopefully resolves issue #126.
|
2017-10-27 02:09:42 -05:00 |
|
Travis Nickles
|
e07f902751
|
Only load profiles as needed rather than at program startup
|
2017-10-19 03:21:33 -05:00 |
|
Travis Nickles
|
036cfcb34d
|
Use refresh calibration method when creating DS4Device instance
|
2017-10-11 18:57:11 -05:00 |
|
Travis Nickles
|
0df84e1fba
|
Refresh calibration data when pairing to or disconnecting a device from the Sony dongle
|
2017-10-11 18:55:15 -05:00 |
|
Travis Nickles
|
3a09132805
|
Fix reading calibration report values. Take connection type into account
|
2017-10-11 18:48:52 -05:00 |
|
Travis Nickles
|
d1e0be33de
|
Fix calibration report id for BT
|
2017-10-11 18:24:14 -05:00 |
|
Travis Nickles
|
b1cd3a76e9
|
First acceptable version of gyro calibration support
Related to issue #103.
|
2017-10-10 17:45:42 -05:00 |
|
Travis Nickles
|
957ad3b1d5
|
Tweak updating of pending output report
|
2017-10-07 00:55:14 -05:00 |
|
Travis Nickles
|
22912dff50
|
Add headphone volume support for DS4 v2 controllers
|
2017-10-02 03:16:57 -05:00 |
|
Travis Nickles
|
ec3ebb73b5
|
Minor tweaks
|
2017-09-05 03:34:49 -05:00 |
|
Travis Nickles
|
699436565c
|
Reduce latency queue capacity
|
2017-08-22 05:20:23 -05:00 |
|
Travis Nickles
|
5df34b8378
|
Trim event handler method. Add name for timeout threads.
Decent performance boost with this change
|
2017-08-21 05:25:18 -05:00 |
|
Travis Nickles
|
dce5c811f2
|
Raise timeout interval
|
2017-08-20 22:02:49 -05:00 |
|
Travis Nickles
|
473958ba1a
|
Correct touchpad X coordinate. Change DS4State.
|
2017-07-27 05:41:44 -05:00 |
|
Travis Nickles
|
60a21a9fe3
|
Minor changes
|
2017-07-26 21:38:34 -05:00 |
|
Travis Nickles
|
436d0ed1ef
|
No longer make unnecessary state object copies
|
2017-07-26 06:13:18 -05:00 |
|
Travis Nickles
|
8250f9be5c
|
Attempt to use timestamp from ds4. Preserve changes.
|
2017-07-26 04:30:50 -05:00 |
|
Travis Nickles
|
a335decc90
|
Move accel dead zone calculations
|
2017-07-18 14:21:03 -05:00 |
|
Travis Nickles
|
887a4fbdbd
|
Make imu data part of the DS4State
|
2017-07-16 03:30:49 -05:00 |
|
Travis Nickles
|
817505a989
|
Take poll time into account for gyro mouse
|
2017-07-16 02:22:21 -05:00 |
|