1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-23 07:16:50 +02:00

chore: fix indentation

This commit is contained in:
Gianluca Boiano 2022-02-13 00:09:23 +01:00 committed by GitHub
parent c6210357f7
commit 4effbf645d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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