From 9d976f560f536722818a6cece34f245ef046d24e Mon Sep 17 00:00:00 2001 From: Markismus Date: Sun, 1 Jun 2014 15:20:59 +0200 Subject: [PATCH 1/2] Update README.txt --- kobo/fmon/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kobo/fmon/README.txt b/kobo/fmon/README.txt index eb5371a60..fb2d8e906 100644 --- a/kobo/fmon/README.txt +++ b/kobo/fmon/README.txt @@ -3,7 +3,7 @@ Installation instructions for Kobo: Newer installation based on Start Menu - Install "Start Menu" (http://www.mobileread.com/forums/showthread.php?t=233259) -- Extract the koreader folder of the zip in the ".kobo" directory (both KoboRoot.tgz and the koreader.png file are only needed for the older installation based on Filemonitor. See below.). +- Extract the koreader folder of the zip into the ".kobo" directory (both KoboRoot.tgz and the koreader.png file are only needed for the older installation based on Filemonitor. See below.). Select koreader from the Start Menu to start. @@ -11,7 +11,7 @@ Select koreader from the Start Menu to start. Older installation based on Filemonitor (Please refer to [this post](http://www.mobileread.com/forums/showthread.php?t=216960).) - Install "Files Monitor" (http://www.mobileread.com/forums/showthread.php?t=218283) - Put the image included in the zip (called "koreader.png") in the main folder of your kobo and disconnect it from your computer. Open the image on the reader, go back to the home and then, just to be extra-safe, reboot it. -- Extract the remaining content of the zip in the ".kobo" directory (both KoboRoot.tgz and the koreader folder). +- Extract the remaining content of the zip into the ".kobo" directory (both KoboRoot.tgz and the koreader folder). Selecting the KOReader icon in your home, you will be able to launch KOReader. Simple enough, isn't it? Just be sure to process the image properly (follow those steps carefully) if it's the first time you install koreader, if you made a factory reset or if you deleted it in some way, otherwise you could end up launching koreader automatically at every boot, being unable to exit it without a factory reset. From 55cb11f3f1501372150e5b956a4aed23c82bf017 Mon Sep 17 00:00:00 2001 From: Markismus Date: Sun, 1 Jun 2014 15:21:40 +0200 Subject: [PATCH 2/2] Update input.lua --- frontend/ui/input.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/ui/input.lua b/frontend/ui/input.lua index 4f3de7012..7dcd55eac 100644 --- a/frontend/ui/input.lua +++ b/frontend/ui/input.lua @@ -313,6 +313,12 @@ function Input:init() end return ev end + DEBUG("Auto-detected Kindle Touch") + elseif Device:isKobo() then + local firm_rev = Device:getFirmVer() + input.open("/dev/input/event1") + Device:setTouchInputDev("/dev/input/event1") + input.open("/dev/input/event0") -- Light button and sleep slider DEBUG("Auto-detected Kobo") DEBUG("Device model=", dev_mod) DEBUG("Firmware revision", firm_rev)