From dc8184b76bc10716a8f7b442559bc03df453e967 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 30 Aug 2018 17:57:44 -0400 Subject: [PATCH] remove vestigial other/ directory --- other/udev/50-bluetooth.rules | 2 -- other/udev/90-xhc_sleep.rules | 2 -- other/xorg/20-intel.conf | 5 ----- 3 files changed, 9 deletions(-) delete mode 100644 other/udev/50-bluetooth.rules delete mode 100644 other/udev/90-xhc_sleep.rules delete mode 100644 other/xorg/20-intel.conf diff --git a/other/udev/50-bluetooth.rules b/other/udev/50-bluetooth.rules deleted file mode 100644 index a8c5dc8..0000000 --- a/other/udev/50-bluetooth.rules +++ /dev/null @@ -1,2 +0,0 @@ -# disable bluetooth -SUBSYSTEM=="rfkill", ATTR{type}=="bluetooth", ATTR{state}="0" diff --git a/other/udev/90-xhc_sleep.rules b/other/udev/90-xhc_sleep.rules deleted file mode 100644 index 25cb20d..0000000 --- a/other/udev/90-xhc_sleep.rules +++ /dev/null @@ -1,2 +0,0 @@ -# disable wake from S3 on XHC1 -SUBSYSTEM=="pci", KERNEL=="0000:00:14.0", ATTR{device}=="0x9c31" RUN+="/bin/sh -c '/bin/echo disabled > /sys$env{DEVPATH}/power/wakeup'" diff --git a/other/xorg/20-intel.conf b/other/xorg/20-intel.conf deleted file mode 100644 index 1c55117..0000000 --- a/other/xorg/20-intel.conf +++ /dev/null @@ -1,5 +0,0 @@ -Section "Device" - Identifier "Intel Graphics" - Driver "intel" - Option "TearFree" "true" -EndSection -- 2.20.1