Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 07:10:01 GMT
From:      Hans Petter Selasky <hps@bitfrost.no>
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubClass=2)
Message-ID:  <201310310710.r9V7A16h057595@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/183505; it has been noted by GNATS.

From: Hans Petter Selasky <hps@bitfrost.no>
To: adrian chadd <adrian@FreeBSD.org>
Cc: freebsd-gnats-submit@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310310710.r9V7A16h057595>