From owner-freebsd-usb@FreeBSD.ORG Mon Dec 15 21:37:43 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C042F1DB for ; Mon, 15 Dec 2014 21:37:43 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C657DEC for ; Mon, 15 Dec 2014 21:37:42 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 560141FE022; Mon, 15 Dec 2014 22:37:39 +0100 (CET) Message-ID: <548F54C5.9020301@selasky.org> Date: Mon, 15 Dec 2014 22:38:13 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Randall Fox Subject: Re: urndis and umodem device collision for ue device References: <1580934.Kkj0kKdA3z@bigguy.am-productions.biz> <548C1361.6050304@selasky.org> <1993304.2n7h1o4Guv@bigguy.am-productions.biz> <548EABCA.7090908@selasky.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 21:37:43 -0000 Hi, On 12/15/14 18:12, Randall Fox wrote: >> The following patches should fix your problem: >> >> https://svnweb.freebsd.org/changeset/base/275790 >> https://svnweb.freebsd.org/changeset/base/275791 > > Would it be correct to assume I need to recompile the kernel to get this > working? You need to build a new kernel and update /etc/devd/usb.conf . > > Can you describe the issue and the solution? I will need to explain it to > others. The problem is that the different USB vendors are using some undefined ID's without talking to each other getting standard values in there instead. > > Also, what version of FreeBSD would these eventually be included in, if any > at all? 11/10 and 9. --HPS