diff --git a/Compatible-Serial-Devices.md b/Compatible-Serial-Devices.md deleted file mode 100644 index b4b56ea..0000000 --- a/Compatible-Serial-Devices.md +++ /dev/null @@ -1,9 +0,0 @@ -// Probe for our custom CDC devices, which use VID 0x1234 -// and PIDS 0x0001 and 0x0002. -ProbeTable customTable = new ProbeTable(); -customTable.addProduct(0x1234, 0x0001, CdcAcmSerialDriver.class); -customTable.addProduct(0x1234, 0x0002, CdcAcmSerialDriver.class); - -UsbSerialProber prober = new UsbSerialProber(customTable); -List drivers = prober.findAllDrivers(usbManager); -// ... \ No newline at end of file