Encrypt restore token
This commit is contained in:
parent
abd9fd4773
commit
16dc47b570
11 changed files with 137 additions and 49 deletions
|
|
@ -43,7 +43,7 @@ func init() {
|
|||
RegisterController("uinput", InitUinputController, 10)
|
||||
}
|
||||
|
||||
func InitUinputController(saveRestoreToken bool) (Controller, error) {
|
||||
func InitUinputController() (Controller, error) {
|
||||
keymapName, keymapSet := os.LookupEnv("REMOTE_TOUCHPAD_UINPUT_KEYMAP")
|
||||
if !keymapSet {
|
||||
keymapName = "defkeymap"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue