DsHidMini icon indicating copy to clipboard operation
DsHidMini copied to clipboard

Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers

Results 46 DsHidMini issues
Sort by recently updated
recently updated
newest added

## Open tasks - [ ] Add hardware IDs back into INF - [ ] Adjust LED behaviour - Only one LED, so make slow flash during charging, solid on...

enhancement
Core

- Convert update check to "on demand" (button/link click in UI) instead of calling GitHub API on every program launch - Also check for new driver version, currently only UI...

enhancement
DSHMC

Adding an indication showing if BthPS3 is installed or if an incompatible version is being used (v1 BthPS3 being used along v2 DsHidMini) would greatly facilitate troubleshooting problems regarding BT...

enhancement
Bluetooth

- [x] I have searched open and closed issues for duplicates - [ ] I am submitting a bug report for existing functionality that does not work as intended -...

bug
USB
Core

Since we already make excessive use of DMF we could get rid of [uthash](https://troydhanson.github.io/uthash/) as a 3rd party dependency by switching to [Dmf_HashTable](https://github.com/microsoft/DMF/blob/master/Dmf/Modules.Library/Dmf_HashTable.md) instead. Low priority topic.

enhancement
Core

Sony Dualshock 3 - PLAYSTATION(R)3Conteroller shows STATUS_DEVICE_POWER_FAILURE - code 10 - C000009E I tried resetting the PS3 controller and I have already rebooted the computer, but it still remains the...

bug
Core

Currently I find myself manually copying the new exe over every time there is a new version etc... I think implementing something similar to scptoolkit's old update functionality where it...

enhancement
DSHMC

I've got enough snippets and libraries now to basically offer a small, simple .NET-based installer, should further reduce the possibility of installation issues either due to missing a step or...

enhancement
Core

Notes on user feedback: - [x] Fix packet counter, it currently wrongly assumes that the caller initializes it with a starting value, use an internal incrementing counter per pad and...

bug
Core

User @DestructoSphere has provided [extensions to support motion](https://github.com/DestructoSphere/DsHidMini/commit/62a024d95e77ac37d3f360cb90422effc43a8035) (many thanks!) After the new config system is merged (#197) I'll start experimenting with this.

enhancement
Core