some addition scripts

This commit is contained in:
Sheppy
2016-11-05 00:32:24 +01:00
parent f69753cba2
commit 49ce940510
3 changed files with 20 additions and 0 deletions

4
other/modchange.sh Normal file
View File

@@ -0,0 +1,4 @@
rmmod usbhid
echo "removed"
modprobe usbhid quirks=0x1a2c:0x0027:0x20000000
echo "DONE"