open /dev/input/event2 to route volume keys to gamma on auto-detected Kindle 3

This commit is contained in:
Dobrica Pavlinusic
2012-02-19 22:51:56 +01:00
parent 2002a7bb92
commit 70dd8c8b07

View File

@@ -70,6 +70,7 @@ else
print(f)
if f then
print("Auto-detected Kindle 3")
input.open("/dev/input/event2")
set_k3_keycodes()
end