Commit cc5c99816450ba11bdd2be6d01aea0df092c65fb

Kano 2013-09-16T12:23:49

usbutils correct/reverse CMR product numbers

diff --git a/usbutils.c b/usbutils.c
index f654fbe..17ef12f 100644
--- a/usbutils.c
+++ b/usbutils.c
@@ -334,7 +334,7 @@ static struct usb_find_devices find_dev[] = {
 		.name = "CMR",
 		.ident = IDENT_CMR1,
 		.idVendor = IDVENDOR_FTDI,
-		.idProduct = 0x8350,
+		.idProduct = 0x6014,
 		.iProduct = "Cairnsmore1",
 		.kernel = 0,
 		.config = 1,
@@ -346,7 +346,7 @@ static struct usb_find_devices find_dev[] = {
 		.name = "CMR",
 		.ident = IDENT_CMR2,
 		.idVendor = IDVENDOR_FTDI,
-		.idProduct = 0x6014,
+		.idProduct = 0x8350,
 		.iProduct = "Cairnsmore1",
 		.kernel = 0,
 		.config = 1,