Add VID for Verifone devices (#225)

Bus 001 Device 088: ID 11ca:ca11 VeriFone Inc P630

Signed-off-by: Yaroslav Furman <Yaroslav.Furman@softeq.com>

Co-authored-by: Yaroslav Furman <Yaroslav.Furman@softeq.com>
This commit is contained in:
Yaroslav Furman 2022-03-30 15:49:39 +03:00 committed by GitHub
parent 1f13c1314a
commit 6589cb7bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -760,6 +760,9 @@ LABEL="not_ZTE"
# ZUK
ATTR{idVendor}=="2b4c", ENV{adb_user}="yes"
# Verifone
ATTR{idVendor}=="11ca", ENV{adb_user}="yes"
# Skip other vendor tests
LABEL="android_usb_rule_match"