mirror of https://github.com/lcpz/lain.git
tp_smapi: correct default apipath
This commit is contained in:
parent
6c3a211991
commit
8d1a905479
|
@ -19,7 +19,7 @@ local string = string
|
|||
|
||||
local function factory(apipath)
|
||||
local tp_smapi = {
|
||||
path = apipath or "/sys/devices/platform/tp_smapi"
|
||||
path = apipath or "/sys/devices/platform/smapi"
|
||||
}
|
||||
|
||||
function tp_smapi.get(batid, feature)
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit f52c9068f4e64effe8a3f38e7531beef3fec3388
|
||||
Subproject commit 11ea6b6bc6661396e6d29f362f94c5561a94eb44
|
Loading…
Reference in New Issue