From b6506d5e03e67c5029525d36016936cf9c858720 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sat, 15 Dec 2012 11:15:30 +0100 Subject: [PATCH] lascar-el-usb: EL-USB-CO300 support Works the same way as the EL-USB-CO, but with the more sensitive sensor, so should work out of the box. --- hardware/lascar-el-usb/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/lascar-el-usb/protocol.c b/hardware/lascar-el-usb/protocol.c index defbb5df..52e8599c 100644 --- a/hardware/lascar-el-usb/protocol.c +++ b/hardware/lascar-el-usb/protocol.c @@ -40,7 +40,7 @@ static const struct elusb_profile profiles[] = { { 8, "EL-USB-LITE", LOG_UNSUPPORTED }, { 9, "EL-USB-CO", LOG_CO }, { 10, "EL-USB-TC", LOG_UNSUPPORTED }, - { 11, "EL-USB-CO300", LOG_UNSUPPORTED }, + { 11, "EL-USB-CO300", LOG_CO }, { 12, "EL-USB-2-LCD", LOG_UNSUPPORTED }, { 13, "EL-USB-2+", LOG_UNSUPPORTED }, { 14, "EL-USB-1-PRO", LOG_UNSUPPORTED },