From 6d760406d54df38e4f1973ee6be143f9dd2d1b80 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Thu, 31 Aug 2023 16:05:44 +0200 Subject: [PATCH] Upgrade hidapi to 0.14.0 The 0.9.0.post2 version of hidapi no longer compiles on e.g. Ubuntu 22.04 LTS. Upgrading to 0.14.0 solves the issue. I've tested that I can use the flasher on a Svive Triton Full keyboard (that uses SN32F248B). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93ea466..c35de51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ altgraph==0.17 fbs==0.8.6 future==0.18.2 -hidapi==0.9.0.post2 +hidapi==0.14.0 macholib==1.14 pefile==2019.4.18 PyInstaller==3.4