jim800121
  • Joined on 2026-02-12
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:31:17 +00:00
0c45e77911 Add SetupAPI direct device node driver install method to test tool
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:25:56 +00:00
17110a1606 Add UpdateDriverForPlugAndPlayDevicesW to driver install test tool
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:15:34 +00:00
faa4e86a19 chore: add test tool for DiInstallDriverW debugging on Windows
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:51:00 +00:00
cc1edfc89d fix: use DiInstallDriver API for WinUSB driver installation
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:38:30 +00:00
2ab910d5ca fix: use Kneron official driver installer instead of pnputil
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:21:13 +00:00
22d6076568 fix: clear stale DeviceGroup before retry to prevent access violation
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:01:31 +00:00
eca1363298 docs: update PRD v3.1 and TDD v2.0 with recent installer features
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:58:48 +00:00
f744e8ca26 feat: auto-install WinUSB driver for Kneron devices on Windows
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:39:36 +00:00
49bdef68c7 fix: increase device connect timeout from 30s to 60s
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:31:37 +00:00
9950bf7232 fix: add retry logic for KL520 USB connect and better error hints
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:25:52 +00:00
4ad39d2f17 feat: auto-install ffmpeg and yt-dlp during GUI installation
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:15:57 +00:00
b07e47c517 fix: allow connecting to KL520 in USB Boot mode (is_connectable=False)
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:10:11 +00:00
f2596511e0 fix: bundle KneronPLUS SDK wheel for Windows device detection
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:02:10 +00:00
c8e628c6ca fix: tray icon, console window, and device detection on Windows
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 12:48:15 +00:00
4e44406e71 fix: resolve "no backend available" libusb error on Windows
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 12:41:33 +00:00
74a850a00c feat: replace web GUI with native Windows system tray via syscall
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 11:14:48 +00:00
db6388523f feat: add --gui mode for Windows web-based server controller
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 11:05:09 +00:00
53e0ba025c fix: Windows installer server launch and auto-start issues
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 10:48:41 +00:00
551dee46cc feat: add Windows installer build script
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 10:47:22 +00:00
522800cc7d feat: auto-install libusb on Windows from bundled DLL