mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-11 16:32:53 +00:00
Add Leaflabs Maple to CDC probe table.
This commit is contained in:
@@ -238,6 +238,10 @@ public class CdcAcmSerialDriver extends CommonUsbSerialDriver {
|
||||
new int[] {
|
||||
UsbId.ATMEL_LUFA_CDC_DEMO_APP,
|
||||
});
|
||||
supportedDevices.put(Integer.valueOf(UsbId.VENDOR_LEAFLABS),
|
||||
new int[] {
|
||||
UsbId.LEAFLABS_MAPLE,
|
||||
});
|
||||
return supportedDevices;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user