Skip to content

Commit bedf1a5

Browse files
authored
feat: add support for Android Open Accessory device 2d04 (#332)
as the comment above states: 2d04=accessory,audio
1 parent 26575a4 commit bedf1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

51-android.rules

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ ATTR{idProduct}=="5208", GOTO="adb"
241241
ATTR{idProduct}=="2d00", GOTO="adb"
242242
ATTR{idProduct}=="2d01", GOTO="adb"
243243
ATTR{idProduct}=="2d03", GOTO="adbaud"
244+
ATTR{idProduct}=="2d04", GOTO="adbaud"
244245
ATTR{idProduct}=="2d05", GOTO="adbaud"
245246
# Nexus 7 (4e40=fastboot 4e41=mtp 4e42=mtp,adb 4e43=ptp) Nexus 7 2012 (4e44=ptp)
246247
ATTR{idProduct}=="4e40", GOTO="adbfast"

0 commit comments

Comments
 (0)