Changeset 65 in flair-bin for tags/0.1.0/tools/scripts/dualshock3.sh


Ignore:
Timestamp:
02/27/18 08:50:58 (6 years ago)
Author:
Sanahuja Guillaume
Message:

use xinput to disable ds3 mouse in recent kernel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/0.1.0/tools/scripts/dualshock3.sh

    r28 r65  
    11#! /bin/bash
    22ARCH_DIR=$(uname -m)
     3
     4#on kernel >=4.13, ds3 is seen as a mouse
     5/usr/bin/xinput set-prop 'Sony PLAYSTATION(R)3 Controller' 'Device Enabled' 0
    36
    47#This script is the only one that calls itself with sudo.
Note: See TracChangeset for help on using the changeset viewer.