ExternalKeyboard: Add a note about the special drivers sysfs knob

Just so that I don't forget about it entirely, as I haven't had to use
it so far...
reviewable/pr9739/r1
NiLuJe 2 years ago
parent 683d14c3fb
commit 4a355f789d

@ -41,6 +41,8 @@ local OTG_CHIPIDEA_ROLE_PATH = "/sys/kernel/debug/ci_hdrc.0/role"
-- It does not require debugfs, but the point is moot as debugfs is mounted by default on those,
-- as Nickel relies on it for PM interaction with the display driver.
local OTG_SUNXI_ROLE_PATH = "/sys/devices/platform/soc/usbc0/otg_role"
-- NOTE: See https://www.mobileread.com/forums/showthread.php?p=4135724 if your keyboard reports itself as an Apple keyboard.
-- (We currently don't do this here, but that may change in the future).
local function setupDebugFS()
local mounts = io.open("/proc/mounts", "re")

Loading…
Cancel
Save