From f097f4ab896ea81e76b5764e218d7c644bfda199 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 3 Jan 2022 10:14:39 +0100 Subject: [PATCH] hwdb: Allow end-users root-less access to TL866 EPROM readers As is currently done in the upstream minipro tool: https://gitlab.com/DavidGriffith/minipro/-/tree/master/udev --- hwdb.d/70-analyzers.hwdb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hwdb.d/70-analyzers.hwdb b/hwdb.d/70-analyzers.hwdb index 1c56bd6e9fa..899ece3a012 100644 --- a/hwdb.d/70-analyzers.hwdb +++ b/hwdb.d/70-analyzers.hwdb @@ -31,3 +31,14 @@ usb:v1679p3001* usb:v1679p6003* usb:v0483pDF11* ID_SIGNAL_ANALYZER=1 + +########################################################### +# XGecu +########################################################### +# TL866A/CS +usb:v04D8pE11C* + ID_SIGNAL_ANALYZER=1 + +# TL866II+ +usb:vA466p0A53* + ID_SIGNAL_ANALYZER=1 -- 2.47.3