From e76a9f118304f6cdf18dca249debebcac4716f43 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Mon, 24 Jun 2024 22:39:56 +0200 Subject: [PATCH] feat: Add Nintendo Switch Change-Id: If57670208f0460379164c55fbb477418a38ae380 --- 51-android.rules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/51-android.rules b/51-android.rules index f832810..adb5c9b 100644 --- a/51-android.rules +++ b/51-android.rules @@ -566,6 +566,13 @@ ATTR{idVendor}=="0409", ATTR{idProduct}=="0300", GOTO="user" # Nextbit (Need product specific rules) #ATTR{idVendor}=="2c3f", GOTO="user" +# Nintendo +ATTR{idVendor}!="057e", GOTO="not_Nintendo" +# Switch +ATTR{idProduct}=="2000", GOTO="adb" +GOTO="android_usb_rules_end" +LABEL="not_Nintendo" + # Nokia X (Need product specific rules) #ATTR{idVendor}=="0421", GOTO="user"