From c212558fba199ce2b14d69de31185a6f1cdd3929 Mon Sep 17 00:00:00 2001 From: Pierre Labadens Date: Sun, 29 Aug 2021 14:33:21 +0200 Subject: [PATCH 1/2] =?UTF-8?q?keyboard-updater:=202020-01-22=20=E2=86=92?= =?UTF-8?q?=202021-07-28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyboard-updater/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/keyboard-updater/default.nix b/keyboard-updater/default.nix index 6103458..3f3cf71 100644 --- a/keyboard-updater/default.nix +++ b/keyboard-updater/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation { pname = "pinebook-pro-keyboard-updater"; - version = "2020-01-22"; + version = "2021-07-28"; nativeBuildInputs = [ xxd @@ -18,9 +18,9 @@ stdenv.mkDerivation { ''; src = fetchFromGitHub { - owner = "jackhumbert"; + owner = "dragan-simic"; repo = "pinebook-pro-keyboard-updater"; - rev = "10535c84ee599d3225b02a391c6eb2f9d8d5cdbe"; - sha256 = "1kk4qzliqn1r8vfx8zdfpkpqazhxr4v2baahhgmlsblh0cm1cxnc"; + rev = "bd8d2ea48992b3e6ddd0b9435d21b74cdcf97224"; + hash = "sha256-3+Qsa5lk1EJrLvPSyWthqBMTqJCigbJSmnsS6hdu+w8="; }; } From 359360935c637b5778554c41b17dd49a2f31c080 Mon Sep 17 00:00:00 2001 From: Pierre Labadens Date: Sat, 4 Sep 2021 14:45:14 +0200 Subject: [PATCH 2/2] README.md: document keyboard controller Add a paragraph about identifying the SH68F83 keyboard controller IC. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 88cf5ec..c6db1c3 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,11 @@ Note that the default U-Boot build does not do anything with LED on startup. > > It is unclear how to identify said hardware from a running system. +To determine which keyboard controller you have, you will need to disassemble +the Pinebook Pro as per [the Pine64 +wiki](https://wiki.pine64.org/wiki/Pinebook_Pro#Keyboard), and make sure that +the IC next to the U23 marking on the main board is an **SH68F83**. + ``` $ nix-build -A pkgs.pinebookpro-keyboard-updater $ sudo ./result/bin/updater step-1