Some more stuff
This commit is contained in:
parent
afc511849d
commit
d20a6daaf3
3 changed files with 5 additions and 9 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,4 +10,4 @@ usbcat
|
||||||
macosx
|
macosx
|
||||||
windows
|
windows
|
||||||
inputdrv
|
inputdrv
|
||||||
|
old
|
||||||
|
|
|
@ -9,14 +9,6 @@
|
||||||
<match key="input.product" string="Xbox Gamepad (userspace driver)">
|
<match key="input.product" string="Xbox Gamepad (userspace driver)">
|
||||||
<remove key="input.x11_driver" />
|
<remove key="input.x11_driver" />
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
<match key="input.product" string="Sony PLAYSTATION(R)3 Controller">
|
|
||||||
<remove key="input.x11_driver" />
|
|
||||||
</match>
|
|
||||||
|
|
||||||
<match key="input.product" string="3Dconnexion SpaceNavigator">
|
|
||||||
<remove key="input.x11_driver" />
|
|
||||||
</match>
|
|
||||||
</device>
|
</device>
|
||||||
</deviceinfo>
|
</deviceinfo>
|
||||||
|
|
||||||
|
|
4
tools/.gitignore
vendored
4
tools/.gitignore
vendored
|
@ -1,4 +1,8 @@
|
||||||
*~
|
*~
|
||||||
|
evsend
|
||||||
evtest
|
evtest
|
||||||
|
evtestplus
|
||||||
jstest
|
jstest
|
||||||
usbdebug
|
usbdebug
|
||||||
|
usbtool
|
||||||
|
usbattach
|
||||||
|
|
Loading…
Reference in a new issue