Mention AUR package in README.md

Add MOZA RS V2 to the supported rims list
as tested by myself
Update contributor info
This commit is contained in:
Tomasz Pakuła
2024-05-28 21:35:35 +02:00
committed by Tomasz Pakuła
parent 70c5d3fa88
commit d449d1c4e0
2 changed files with 12 additions and 10 deletions

View File

@@ -16,8 +16,8 @@ And that's basically it
1. MOZA R16 1. MOZA R16
1. MOZA R21 1. MOZA R21
### Wheel rims: ### Wheel rims (others yet untested):
Not tested 1. MOZA RS V2
## What works? ## What works?
1. FFB (all effects from device descriptor) 1. FFB (all effects from device descriptor)
@@ -29,12 +29,14 @@ Not tested
2. `Firmware Update` function. Use Windows PC or Windows VM at the moment. 2. `Firmware Update` function. Use Windows PC or Windows VM at the moment.
3. Setup through MOZA PitHouse even with [some tweaking](#how-to-set-up-a-base-parameters)) 3. Setup through MOZA PitHouse even with [some tweaking](#how-to-set-up-a-base-parameters))
## How to use that driver? ## How to use this driver?
You can install it through DKMS or manually. There's an [AUR packege](https://aur.archlinux.org/packages/moza-ff-dkms-git) for Arch Linux maintained by @Lawstorant
Alternatively, you can install it through DKMS or manually.
### DKMS ### DKMS
1. Install `dkms` 1. Install `dkms`
2. Clone repository to `/usr/src/moza-ff` 2. Clone repository to `/usr/src/moza-ff`
3. Install the module: 3. Install the module:
`sudo dkms install /usr/src/moza-ff` `sudo dkms install /usr/src/moza-ff`
4. Update initramfs: 4. Update initramfs:
`sudo update-initramfs -u` `sudo update-initramfs -u`
@@ -42,7 +44,7 @@ You can install it through DKMS or manually.
To remove module: To remove module:
`sudo dkms remove moza-ff/<version> --all` `sudo dkms remove moza-ff/<version> --all`
### Manually ### Manually
1. Install `linux-headers-$(uname -r)` 1. Install `linux-headers-$(uname -r)`
2. Clone repository 2. Clone repository
@@ -86,8 +88,8 @@ Then you need to force MOZA soft to use hidraw, not SDL, to find devices:
## Known issues with the driver ## Known issues with the driver
1. Firmware update does not work. Please use Windows machine or Windows VM for any firmware updates 1. Firmware update does not work. Please use Windows machine or Windows VM for any firmware updates
## Known issues with the firmware ## Known issues with the firmware
You tell me please You tell me please
## DISCLAIMER ## DISCLAIMER
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -3,8 +3,8 @@
* Force feedback driver for USB HID PID compliant devices * Force feedback driver for USB HID PID compliant devices
* *
* Copyright (c) 2005, 2006 Anssi Hannula <anssi.hannula@gmail.com> * Copyright (c) 2005, 2006 Anssi Hannula <anssi.hannula@gmail.com>
* Copyright (c) 2024 Oleg Makarenko <oleg@makarenk.ooo> * Copyright (c) 2024 Makarenko Oleg <oleg@makarenk.ooo>
* Copyright (c) 2024 Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com> * Copyright (c) 2024 Tomasz Pakuła <tomasz@pakula.org>
*/ */
/* /*