Cdc driver: probe all Arduinos.

pull/36/head
mike wakerly 2012-07-15 22:19:28 -07:00
rodzic f2ff56ba51
commit fbf2607124
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -157,7 +157,7 @@ public class CdcAcmSerialDriver implements UsbSerialDriver {
}
public static boolean probe(UsbDevice usbDevice) {
return usbDevice.getVendorId() == 0x2341 && usbDevice.getProductId() == 0x001;
return usbDevice.getVendorId() == 0x2341;
}
}