aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2020-07-13 01:24:28 +1000
committerfauxpark <fauxpark@gmail.com>2020-09-19 05:21:31 +1000
commit72b1ff5899763cf76b1cc1669c684fbc45cee7c4 (patch)
tree044e543142cbdc7b5625ac4fa59f718a496b2c27 /docs
parenteee6dd35446542c40c0f2a7827d9754aefd248e9 (diff)
downloadfirmware-72b1ff5899763cf76b1cc1669c684fbc45cee7c4.tar.gz
firmware-72b1ff5899763cf76b1cc1669c684fbc45cee7c4.tar.bz2
firmware-72b1ff5899763cf76b1cc1669c684fbc45cee7c4.zip
Add TMK "FEED" VID to list of deprecated udev rules
Diffstat (limited to 'docs')
-rw-r--r--docs/faq_debug.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md
index 08c84fe4f..7d5473678 100644
--- a/docs/faq_debug.md
+++ b/docs/faq_debug.md
@@ -31,20 +31,6 @@ Check:
- try using 'print' function instead of debug print. See **common/print.h**.
- disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).
-## Linux or UNIX Like System Requires Super User Privilege
-Just use 'sudo' to execute *hid_listen* with privilege.
-```
-$ sudo hid_listen
-```
-
-Or add an *udev rule* for TMK devices with placing a file in rules directory. The directory may vary on each system.
-
-File: /etc/udev/rules.d/52-tmk-keyboard.rules(in case of Ubuntu)
-```
-# tmk keyboard products https://github.com/tmk/tmk_keyboard
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
-```
-
***
# Miscellaneous