atar-axis / xpadneo

Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)
https://atar-axis.github.io/xpadneo/
GNU General Public License v3.0
2.01k stars 113 forks source link

Release v0.7 #183

Closed kakra closed 4 years ago

kakra commented 4 years ago

Major code overhaul and redesign. It optimizes the controller communication path, adds support for more hardware and uses HID table fixups now instead of trying to code for every broken mapping variant.

Headlines:

Kai Krakow (21): Add support von non-DKMS build Follow the kernel code style better hid-xpadneo: Prevent accidental fall-through hid-xpadneo: Scale rumble magnitudes correctly hid-xpadneo, cleanup: Remove setting default axis values hid-xpadneo, cleanup: Outsource welcome rumble hid-xpadneo, cleanup: Cleanup xpadneo_initBatt() a little hid-xpadneo: Fix usage of report ID in xpadneo_raw_event() hook hid-xpadneo: Use work queue for rumble effects hid-xpadneo: Use work queue for battery events docs: Add some controller documentation Pretend we are in Windows wireless mode Revert "shift axis values to the left" hid-xpadneo: Convert mapping to using tables instead of code hid-xpadneo: Clean up hid-xpadneo: Do not repeat rumble packets hid-xpadneo: Rework the directional rumble model hid-xpadneo, cleanup: Clean up combined z-axis feature hid-xpadneo: Pretend different firmware for PID 0x02E0 hid-xpadneo: Autodetect battery presence after connect hid-xpadneo, cleanup: Remove most of the remaining debug cruft

Dugan Chen (1): Add Support For Xbox Elite Series 2 Wireless

Florian Dollinger (1): Create no-response.yml

Srauni (1): fix direction_rumble_test path error (#168)

Signed-off-by: Kai Krakow kai@kaishome.de

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 9654bbaf and detected 0 issues on this pull request.

View more on Code Climate.