I'm happy to report that this driver is running on the BIRE.org floating instrumentation platform ("B1") like a champ. We also need to get the Medusa Research Power Analyzer Pro working as well, but I didn't have it working in time for this patch. Should be ready in about two weeks. Greg Kroah-Hartman writes: > From: Russ Nelson <nelson@xxxxxxxxxx> > > The Maretron USB100 needs this quirk in order to work properly. > > Signed-off-by: Russ Nelson <nelson@xxxxxxxxxx> > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> > --- > drivers/usb/class/cdc-acm.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c > index be6331e..5e1a253 100644 > --- a/drivers/usb/class/cdc-acm.c > +++ b/drivers/usb/class/cdc-acm.c > @@ -1542,6 +1542,9 @@ static const struct usb_device_id acm_ids[] = { > { USB_DEVICE(0x1bbb, 0x0003), /* Alcatel OT-I650 */ > .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */ > }, > + { USB_DEVICE(0x1576, 0x03b1), /* Maretron USB100 */ > + .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */ > + }, > > /* Nokia S60 phones expose two ACM channels. The first is > * a modem and is picked up by the standard AT-command > -- > 1.7.0.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html