From owner-freebsd-usb@FreeBSD.ORG Wed Oct 30 23:00:02 2013 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5108DBA for ; Wed, 30 Oct 2013 23:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FBE12AC7 for ; Wed, 30 Oct 2013 23:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9UN01pY029745 for ; Wed, 30 Oct 2013 23:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9UN01DA029744; Wed, 30 Oct 2013 23:00:01 GMT (envelope-from gnats) Date: Wed, 30 Oct 2013 23:00:01 GMT Message-Id: <201310302300.r9UN01DA029744@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org Cc: From: Adrian Chadd Subject: Re: usb/183505: [usb] Arduino Leonardo exposes three interface descriptors but no modem is attached to the first one (bInterfaceSubClass=2) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Adrian Chadd List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 23:00:02 -0000 The following reply was made to PR usb/183505; it has been noted by GNATS. From: Adrian Chadd To: Mike Meyer Cc: "bug-followup@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: Wed, 30 Oct 2013 15:50:55 -0700 no; yours focuses on the weird USB protocol stuff going on. Mine sees the devices, I don't see any stalls like you are now; it's just not gluing umodem into the relevant interface. -a On 30 October 2013 15:49, Mike Meyer wrote: > This is a duplicate of > http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/179505. > > We really need to get a leonardo into the hands of someone who knows the USB > stack. I've been buried (new job shortly after I reported this). Any chance > you can help here?