mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix: various fixes for kindle dxg
This commit is contained in:
@@ -456,6 +456,7 @@ function Input:init()
|
||||
input.open("/dev/input/event2")
|
||||
elseif dev_mod == "KindleDXG" then
|
||||
DEBUG("Auto-detected Kindle DXG")
|
||||
input.open("/dev/input/event0")
|
||||
input.open("/dev/input/event1")
|
||||
elseif dev_mod == "Kindle2" then
|
||||
DEBUG("Auto-detected Kindle 2")
|
||||
|
||||
Reference in New Issue
Block a user