mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-11 16:32:53 +00:00
Specify Support is only for Micropython
This commit is contained in:
+1
-1
@@ -323,7 +323,7 @@ public class CdcAcmSerialDriver implements UsbSerialDriver {
|
||||
});
|
||||
supportedDevices.put(UsbId.VENDOR_RASPBERRY_PI,
|
||||
new int[] {
|
||||
UsbId.RASPBERRY_PI_PICO,
|
||||
UsbId.RASPBERRY_PI_PICO_MICROPYTHON,
|
||||
});
|
||||
return supportedDevices;
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@ public final class UsbId {
|
||||
public static final int ST_CDC = 0x5740;
|
||||
|
||||
public static final int VENDOR_RASPBERRY_PI = 0x2e8a;
|
||||
public static final int RASPBERRY_PI_PICO = 0x0005;
|
||||
public static final int RASPBERRY_PI_PICO_MICROPYTHON = 0x0005;
|
||||
|
||||
private UsbId() {
|
||||
throw new IllegalAccessError("Non-instantiable class");
|
||||
|
||||
Reference in New Issue
Block a user