Browse Source

usbutils correct/reverse CMR product numbers

nfactor-troky
Kano 11 years ago
parent
commit
cc5c998164
  1. 4
      usbutils.c

4
usbutils.c

@ -334,7 +334,7 @@ static struct usb_find_devices find_dev[] = { @@ -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[] = { @@ -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,

Loading…
Cancel
Save