commit
f114cb6cf0
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Installing modalias database..."
|
||||
install -D -m 0644 -t /etc/modprobe.d etc-modprobe.d/hid-sony-blacklist.conf
|
||||
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Uninstalling modalias database..."
|
||||
rm -f /etc/modprobe.d/hid-sony-blacklist.conf
|
||||
@ -0,0 +1 @@
|
||||
blacklist hid_sony
|
||||
Loading…
Reference in New Issue