From 26575a4e0532cf45796b0ecb971f2995150c098f Mon Sep 17 00:00:00 2001 From: Gianluca Boiano Date: Wed, 2 Oct 2024 23:32:24 +0200 Subject: [PATCH 1/2] feat: add Archos 79 Xenon (#331) --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 0830ede..31bcff0 100644 --- a/51-android.rules +++ b/51-android.rules @@ -82,6 +82,8 @@ LABEL="not_Amazon" ATTR{idVendor}!="0e79", GOTO="not_Archos" # 43 ATTR{idProduct}=="1417", GOTO="adbfast" +# 79 Xenon +ATTR{idProduct}=="303e", GOTO="adbfast" # 101 ATTR{idProduct}=="1411", GOTO="adbfast" # 101 xs From bedf1a5fed273ce608978744054a812f5297d160 Mon Sep 17 00:00:00 2001 From: Daniel Kutik Date: Thu, 10 Oct 2024 22:22:32 +0800 Subject: [PATCH 2/2] feat: add support for Android Open Accessory device 2d04 (#332) as the comment above states: 2d04=accessory,audio --- 51-android.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/51-android.rules b/51-android.rules index 31bcff0..adc00f0 100644 --- a/51-android.rules +++ b/51-android.rules @@ -241,6 +241,7 @@ ATTR{idProduct}=="5208", GOTO="adb" ATTR{idProduct}=="2d00", GOTO="adb" ATTR{idProduct}=="2d01", GOTO="adb" ATTR{idProduct}=="2d03", GOTO="adbaud" +ATTR{idProduct}=="2d04", GOTO="adbaud" ATTR{idProduct}=="2d05", GOTO="adbaud" # Nexus 7 (4e40=fastboot 4e41=mtp 4e42=mtp,adb 4e43=ptp) Nexus 7 2012 (4e44=ptp) ATTR{idProduct}=="4e40", GOTO="adbfast"