From 2baa5b9c22a2bf8085617879e938717f26f9904c Mon Sep 17 00:00:00 2001 From: Kano Date: Thu, 23 May 2013 11:45:12 +1000 Subject: [PATCH] usb add another Cairnsmore1 USB chip --- usbutils.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/usbutils.c b/usbutils.c index 290bb91d..acb10b59 100644 --- a/usbutils.c +++ b/usbutils.c @@ -240,6 +240,19 @@ static struct usb_find_devices find_dev[] = { .timeout = ICARUS_TIMEOUT_MS, .epcount = ARRAY_SIZE(cmr_eps), .eps = cmr_eps }, + { + .drv = DRV_ICARUS, + .name = "CMR", + .ident = IDENT_CMR, + .idVendor = IDVENDOR_FTDI, + .idProduct = 0x6014, + .iProduct = "Cairnsmore1", + .kernel = 0, + .config = 1, + .interface = 0, + .timeout = ICARUS_TIMEOUT_MS, + .epcount = ARRAY_SIZE(cmr_eps), + .eps = cmr_eps }, #endif #ifdef USE_ZTEX // This is here so cgminer -n shows them