mika-n
c64ebc6c9f
Support for Warrior Joypad JS083 gamepad. See issue #713 for more details.
2019-05-28 21:58:40 +03:00
mika-n
fb0ba669df
Support for Razer Raiju Ultimate (USB wired connection only at the moment). #689 . VID/PID provided by Neodraon and Voovoodoo.
...
Support for CronusMax PS4OutputMode. #702 . VID/PID provided by Aidolii.
2019-05-17 16:00:03 +03:00
Travis Nickles
78dcbe666c
Added Razer Raiju Tournament Edition support
...
Related to issue #580
2019-04-29 22:17:15 -05:00
Travis Nickles
dc5e34f1be
Test DS4 emulation
2019-04-17 21:29:16 -05:00
Travis Nickles
db74ea04da
Added PS4 Fun Controller support
2019-04-16 15:56:51 -05:00
Travis Nickles
a9e7a3cb5b
More enumerator usage
2019-02-16 02:50:53 -06:00
Travis Nickles
3417c08a87
Get rid of more ElementAt usage
...
Old code is commented out as a reference
2019-02-16 02:41:13 -06:00
Travis Nickles
6156d66ffb
Added comment noting Scuf Vantage entry
2018-12-26 23:38:37 -06:00
Travis Nickles
e570c1c89e
Added info for Scuf Vantage gamepad
...
Related to issue #524
2018-12-26 23:33:38 -06:00
Travis Nickles
c2edbdf946
Increased timeout for tracking second instance exclusive mode workaround
2018-11-17 18:47:13 -06:00
Travis Nickles
13005458f1
Increase timeout for exclusive attempt process
2018-09-18 03:39:59 -05:00
Travis Nickles
f44cc21688
Minor tweak
2018-07-10 01:18:27 -05:00
Travis Nickles
1171a56a6b
Make sure calib routine can be skipped on update serial routine
...
Might not be needed
2018-07-10 00:57:55 -05:00
Yuki-nyan
3ae386cb7c
Add support for the Nacon Revolution Pro Controller 2 & disable SixAxis calibrations for Nacon controllers as a preliminary fix for broken support.
2018-06-23 22:04:29 +01:00
Travis Nickles
8989333cdc
Add device info for a generic DS4 gamepad
...
Related to issue #312
2018-06-10 17:25:53 -05:00
jdfeng
565c7b7ea4
Add VID + PID for Hori PS4 Mini
2018-04-21 19:52:46 -07: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
92c7b50d6d
Re-add delay on device disable
2018-03-05 15:53:40 -06:00
Travis Nickles
531b79dcc3
Changed when delay is performed for exclusive mode routine
...
Keep an eye on this
2018-02-28 15:09:29 -06:00
Travis Nickles
fece01e9e5
Explicitly close HID device when stopping service
...
Do not wait for runtime to close the HID device
2018-02-21 12:46:08 -06:00
Travis Nickles
b71b3ec820
Comment out exception throw when device fails to disable
...
Seems to be necessary so DS4 does not get permanently disabled.
Experienced while running Broforce. Related to issue #172 .
2018-01-10 15:27:39 -06:00
Yuki-nyan
a9eefa9079
Resolved merge conflict by implementing Ryochan7's changes
2017-11-05 15:20:10 +00:00
Travis Nickles
bf11a6d297
Change device enumeration routine
2017-10-28 20:34:04 -05:00
Travis Nickles
c75cb3ba7b
Added Razer Raiju VID and PID combination. Moved arrays.
...
Related to issue #136 .
2017-10-28 20:03:55 -05:00
Travis Nickles
076b1d0839
Use array to specify compatible vids
2017-10-28 19:58:23 -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
320c3ee6f6
Make sure to add device serial to HashSet when DS4Device instance is created
...
Make sure USB charging does not create second DS4Device instance
2017-10-11 18:07:34 -05:00
Travis Nickles
16f6f5be32
Change main device list to be dependent on device path rather than mac address
...
Should resolve issue #71 .
2017-10-05 00:24:53 -05:00
Travis Nickles
315797fe53
Minor changes to exclusive mode routine
2017-08-04 06:10:48 -05:00
Travis Nickles
f042120ede
Add wait period after device is enabled.
...
Seems to be needed for exclusive mode to behave better
with recent Windows 10 update
2017-08-01 02:42:16 -05:00
Yuki-nyan
48545207b4
Merge pull request #4 from Ryochan7/jay
...
Update to Version 1.4.84
2017-07-10 00:15:46 +01:00
Travis Nickles
63dddf4373
Changes to fix Quick Charge option
2017-06-08 13:52:47 -07:00
Travis Nickles
cda84e6499
Keep reference to hidden USB device while using BT and charging
...
Ensures that DS4 USB HID device is not seen by other applications
2017-06-07 17:52:09 -07:00
Travis Nickles
6d4527a4c6
Use SpinWait instead of Sleep for Exclusive mode routine
2017-06-03 15:16:59 -07:00
Travis Nickles
5a0fb09291
Update serial for Sony dongle connection upon sync event
...
Related to issue #44 .
2017-05-25 02:51:28 -07:00
Yuki-nyan
e3f1d9dc1d
Nacon Revolution Pro support
2017-05-12 00:57:02 +01:00
Travis Nickles
6074445c03
Attempt at better clean up when removing devices
...
Use SynchronizationContext to run some tasks in main thread
as opposed to input thread
2017-05-09 03:11:50 -07:00
Travis Nickles
400ba4f293
Fix process starting issue when activating exclusive mode
...
Only one hotplug request should be processed at a time now.
Hopefully this fixes issues with devices staying disabled
2017-05-01 11:28:07 -07:00
Travis Nickles
4ce52da612
Test minor change of usb device removal
2017-05-01 03:40:37 -07:00
Travis Nickles
d37e0709c0
More log messages. Tweak DisconnectBT. Other minor changes.
2017-05-01 02:29:19 -07:00
Travis Nickles
6716291a95
Found issue with IEnumerable in this case. Use temp list instead.
2017-04-29 21:37:28 -07:00
Travis Nickles
44501c24de
Revert back to old disconnect bluetooth behavior
2017-04-26 18:39:33 -07:00
Travis Nickles
2a20350b6b
Some minor changes
2017-04-25 20:07:02 -07:00
Travis Nickles
e34e8115ad
Fix some button mapping issues. Style changes. Change runStartupPanel
2017-04-24 02:43:56 -07:00
Travis Nickles
ade55d3b9f
Change methods to check for null thread objects
...
It looks like there are cases when the stop update
methods could be called before the thread objecs are
created
2017-04-22 19:46:50 -07:00
Travis Nickles
5c74a00d90
Allow disconnect routines to work with Sony Dongle.
...
The main routine was made by aspalmer.
2017-04-05 18:37:38 -07:00
Travis Nickles
a2fb603d72
Minor enhancements. Update changelog link. Add sleep period to reEnableDevice method.
2017-03-29 07:26:07 -07:00
Anders Fischer-Nielsen
02c0c6564b
Added PID for new DS4 controller.
2016-10-05 18:18:59 +02:00
Jays2Kings
1bfc69ee37
Version 1.4.5
...
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-21 21:38:38 -04:00
jays2kings
86079b029e
Version 1.4.266
...
Flash Lightbar when at high latency now has the option to choose what
you decide is high latency
Show Notifications now has the option to only show warnings, such as
when a controller cannot be grabbed exclusively
Speaking of bad news for Windows 10 users: Hide DS4 has now been
disabled, until i can figure out why this is, it will be disabled, this
means some games that rely on this may not work properly or at all,
sorry about that
As for good news for Windows 10, did you know you can press Windows + G
to open a game bar which can record games. For Windows 10 users, there's
a new special action: Xbox Game DVR. Pick a trigger (only one button)
and tapping/holding/or double tapping does various things, such as
start/stop recording, save an ongoing recording, take a screenshot (via
the xbox app's option or your own hotkey ie form steam), or just open
the gamebar
Much of the code has been updated with c# 6.0
Added manifest so DS4Windows can notice Windows 10 and high DPIs, also
reorganized files
2015-07-30 23:34:22 -04:00