From 610ea73318176073fde5d89078df0339c9306285 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 6 Aug 2023 22:34:22 -0400 Subject: [PATCH 1/2] Update sonar scanner to latest --- .github/workflows/cmake.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 12d278e8f..00aef7e1b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -115,7 +115,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v1 + uses: SonarSource/sonarcloud-github-c-cpp@v2 - name: Configure CMake run: >- @@ -234,7 +234,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v1 + uses: SonarSource/sonarcloud-github-c-cpp@v2 - name: Configure CMake run: > @@ -341,7 +341,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v1 + uses: SonarSource/sonarcloud-github-c-cpp@v2 - name: Configure CMake run: >- @@ -427,7 +427,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install sonar-scanner and build-wrapper - uses: SonarSource/sonarcloud-github-c-cpp@v1 + uses: SonarSource/sonarcloud-github-c-cpp@v2 - name: Configure CMake run: >- From 87dd044b971c31c07f36e951c5b6615cfafb83ac Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 7 Aug 2023 04:54:45 +0200 Subject: [PATCH 2/2] A note about Regional HT6542 in device/kbc_at.c. --- src/device/kbc_at.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/device/kbc_at.c b/src/device/kbc_at.c index bb2672abb..e448469ff 100644 --- a/src/device/kbc_at.c +++ b/src/device/kbc_at.c @@ -883,6 +883,9 @@ write64_generic(void *priv, uint8_t val) } break; + /* TODO: Make this command do nothing on the Regional HT6542, + or else, Efflixi's Award OPTi 495 BIOS gets a stuck key + in Norton Commander 3.0. */ case 0xaf: /* read keyboard version */ kbc_at_log("ATkbc: read keyboard version\n"); kbc_delay_to_ob(dev, kbc_award_revision, 0, 0x00);