mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] added PocketBook InkPad 3 Pro to device.lua (#5398)
This commit is contained in:
committed by
Frans de Jonge
parent
d08516bd89
commit
a2f605ba38
@@ -297,6 +297,17 @@ local PocketBook740 = PocketBook:new{
|
||||
emu_events_dev = "/var/dev/shm/emu_events",
|
||||
}
|
||||
|
||||
-- PocketBook InkPad 3 Pro
|
||||
local PocketBook740_2 = PocketBook:new{
|
||||
model = "PBInkPad3Pro",
|
||||
isTouchDevice = yes,
|
||||
hasKeys = yes,
|
||||
hasFrontlight = yes,
|
||||
isAlwaysPortrait = yes,
|
||||
display_dpi = 300,
|
||||
emu_events_dev = "/var/dev/shm/emu_events",
|
||||
}
|
||||
|
||||
-- PocketBook Sense
|
||||
local PocketBook630 = PocketBook:new{
|
||||
model = "PBSense",
|
||||
@@ -357,6 +368,8 @@ elseif codename == "PB641" then
|
||||
return PocketBook641
|
||||
elseif codename == "PB740" then
|
||||
return PocketBook740
|
||||
elseif codename == "PB740-2" then
|
||||
return PocketBook740_2
|
||||
elseif codename == "PocketBook 840" then
|
||||
return PocketBook840
|
||||
elseif codename == "PocketBook Color Lux" then
|
||||
|
||||
Reference in New Issue
Block a user