usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubClass=2)

Hans Petter Selasky hps at bitfrost.no
Thu Oct 31 07:10:02 UTC 2013


The following reply was made to PR usb/183505; it has been noted by GNATS.

From: Hans Petter Selasky <hps at bitfrost.no>
To: adrian chadd <adrian at FreeBSD.org>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors
 but no modem is attached to the first one (bInterfaceSubClass=2)
Date: Thu, 31 Oct 2013 08:01:59 +0100

 On 10/30/13 23:34, adrian chadd wrote:
 >     bInterfaceProtocol = 0x0000
 
 Hi,
 
 The umodem driver currently only supports:
 
 #define UIPROTO_CDC_AT                  1
 
 
 You need to add more entries to:
 
 static const STRUCT_USB_HOST_ID umodem_devs[] = {
 
 --HPS


More information about the freebsd-usb mailing list