add Oppo A94 5G device ID (#222)

* add Oppo A94 5G device ID

Signed-off-by: Tomer Hackmon <tomerh@otonomo.io>

* chore: fix indentation

Co-authored-by: Gianluca Boiano <491117+M0Rf30@users.noreply.github.com>
This commit is contained in:
Tomer H 2022-02-13 01:10:28 +02:00 committed by GitHub
parent aba286084e
commit 0f0981d179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -477,6 +477,8 @@ ATTR{idVendor}!="22d9", GOTO="not_Oppo"
# Find 5 (2767=debug)
ATTR{idProduct}=="2767", ENV{adb_adb}="yes"
ATTR{idProduct}=="2764", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_MEDIA_PLAYER}="1"
# A94 5G
ATTR{idProduct}=="2769", ENV{adb_adb}="yes"
GOTO="android_usb_rule_match"
LABEL="not_Oppo"