From bc767f167f179c396c772a83392245423b8ffac6 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 16 May 2020 15:58:24 +0200 Subject: [PATCH] pm3 without udev: change detection routine --- pm3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm3 b/pm3 index 82e794d42..ddcaa14ee 100755 --- a/pm3 +++ b/pm3 @@ -39,7 +39,7 @@ function get_pm3_list_Linux { fi fi else - if grep -q "PRODUCT=9ac4/4b8f" "/sys/class/tty/${DEV#/dev/}/../../uevent" 2>/dev/null; then + if grep -q "proxmark.org" "/sys/class/tty/${DEV#/dev/}/../../../manufacturer" 2>/dev/null; then PM3LIST+=("$DEV") if [ ${#PM3LIST[*]} -ge $N ]; then return