Skip to content

Commit

Permalink
feat: add support for Android Open Accessory device 2d04 (#332)
Browse files Browse the repository at this point in the history
as the comment above states:
 2d04=accessory,audio
  • Loading branch information
danielkutik authored Oct 10, 2024
1 parent 26575a4 commit bedf1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bedf1a5

Please sign in to comment.