Skip to content

Commit

Permalink
xpadneo: remove disable_ertm
Browse files Browse the repository at this point in the history
as it causes connection issues with different gamepads, it is safer to
remove it and the user can add this on need basis via

```
echo options bluetooth disable_ertm=1 > /storage/.config/modprobe.d/disable_ertm.conf
```

fixes LibreELEC#1528
  • Loading branch information
ToKe79 committed Oct 26, 2021
1 parent 94725b6 commit a75b1ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/linux-drivers/xpadneo/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ makeinstall_target() {
mkdir -p $INSTALL/usr/lib/modprobe.d
cp -v $PKG_BUILD/hid-xpadneo/etc-modprobe.d/*.conf $INSTALL/usr/lib/modprobe.d/
echo "options hid_xpadneo trigger_rumble_mode=2" >> $INSTALL/usr/lib/modprobe.d/xpadneo.conf
echo "options bluetooth disable_ertm=1" >> $INSTALL/usr/lib/modprobe.d/xpadneo.conf
}

0 comments on commit a75b1ba

Please sign in to comment.