1
0
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:
mike wakerly
2013-04-07 22:50:32 -07:00
parent f73b485418
commit beccfbb409
2 changed files with 9 additions and 4 deletions
@@ -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;
}