From 013f9eb6ada48060acd6ffbf930331d204d7ba68 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 5 Mar 2015 21:38:51 -0500 Subject: add some udev and modprobe rules --- other/udev/50-bluetooth.rules | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 other/udev/50-bluetooth.rules (limited to 'other/udev/50-bluetooth.rules') diff --git a/other/udev/50-bluetooth.rules b/other/udev/50-bluetooth.rules new file mode 100644 index 0000000..a8c5dc8 --- /dev/null +++ b/other/udev/50-bluetooth.rules @@ -0,0 +1,2 @@ +# disable bluetooth +SUBSYSTEM=="rfkill", ATTR{type}=="bluetooth", ATTR{state}="0" -- cgit v1.2.3-83-g751a