From owner-freebsd-usb@FreeBSD.ORG Thu May 12 20:16:26 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 032221065670 for ; Thu, 12 May 2011 20:16:26 +0000 (UTC) (envelope-from kc5vdj.freebsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id B894C8FC16 for ; Thu, 12 May 2011 20:16:25 +0000 (UTC) Received: by iyj12 with SMTP id 12so2166674iyj.13 for ; Thu, 12 May 2011 13:16:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type; bh=/n/rM0mCaxA6qlTtiJL9z8Zt0q0mwv9kXzCj7JTX8JA=; b=Rw5x5tPM1fWTuu+h1H/FTjCDjiqjpYXtEv3taSXTzDVPJPnZmBADzMOl8h/Nup+7EI +6XLzki2PhF1zQTLQl10PupSmNPzENcXGEQkKS1Fx5f2Kp9aOwrfj0A2rcnAI1c8WUF8 FFhTWjeNJ57NsFLcKZIp/pp2vEpD+cwVBSBnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; b=WJX08KzleYhpCWa7uLlcmKJPnpoZHuj7h2xee6R4tiqMUYbrUGOdLIDqGRG4m2AaU2 2ufluNh3ELOVSQZfQzJgxutw4KZCz4vdr1p7kSFbc2tTHhSYHMDh9Q9v8VeggEmAmCMk +JdYNmjH3R89EbczcbCl74bvMYiGiXB7japHg= Received: by 10.42.177.197 with SMTP id bj5mr893635icb.64.1305231385198; Thu, 12 May 2011 13:16:25 -0700 (PDT) Received: from argus.electron-tube.net (desm-44-169.dsl.netins.net [167.142.44.169]) by mx.google.com with ESMTPS id gy41sm622052ibb.56.2011.05.12.13.16.18 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 May 2011 13:16:24 -0700 (PDT) Message-ID: <4DCC3FF3.1090808@gmail.com> Date: Thu, 12 May 2011 15:15:47 -0500 From: Jim Bryant User-Agent: Thunderbird 2.0.0.24 (X11/20100911) MIME-Version: 1.0 To: Hans Petter Selasky References: <4DCAF83C.3010501@gmail.com> <201105120911.03529.hselasky@c2i.net> In-Reply-To: <201105120911.03529.hselasky@c2i.net> Content-Type: multipart/mixed; boundary="------------090804060305020705070309" Cc: freebsd-usb@freebsd.org Subject: Re: request for usbdevs additions X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 20:16:26 -0000 This is a multi-part message in MIME format. --------------090804060305020705070309 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit thanks, I shall take a look at youtube when I can. The context diff patch is attached, cwd for the patch should be /usr/src. Hans Petter Selasky wrote: > On Wednesday 11 May 2011 22:57:32 Jim Bryant wrote: > >> Can someone please add the following entries to usbdevs? >> >> vendor SOUNDGRAPH 0x15C2 Soundgraph, Inc. >> >> product SOUNDGRAPH IMON_VFD 0x0044 Antec Veris >> Elite VFD Panel and Remote >> product SOUNDGRAPH SILVERSTONE_LC16 0xFFDC Silverstone LC16 VFD >> Panel and Remote >> >> Also, is there any documentation for usbdi(9) than the source code >> itself ???????????? >> > > No. Maybe something on youtube, if you search for FreeBSD USB. > > Can you format the addition like a patch to usbdevs? The entries should be > inserted at the correct numerical and alphabetical location. > > --HPS > > --------------090804060305020705070309 Content-Type: text/plain; name="usbdevs.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="usbdevs.patch" *** sys/dev/usb/usbdevs.backup Thu May 12 15:03:01 2011 --- sys/dev/usb/usbdevs Thu May 12 15:06:36 2011 *************** *** 626,631 **** --- 626,632 ---- vendor UMEDIA 0x157e U-MEDIA Communications vendor FIBERLINE 0x1582 Fiberline vendor SPARKLAN 0x15a9 SparkLAN + vendor SOUNDGRAPH 0x15c2 Soundgraph, Inc. vendor AMIT2 0x15c5 AMIT vendor SOHOWARE 0x15e8 SOHOware vendor UMAX 0x1606 UMAX Data Systems *************** *** 3108,3113 **** --- 3109,3118 ---- product SPARKLAN RT2870_1 0x0006 RT2870 product SPARKLAN RT3070 0x0010 RT3070 + /* Soundgraph products */ + product SOUNDGRAPH IMON_VFD 0x0044 Antec Veris Elite VFD Panel, Knob, and Remote + product SOUNDGRAPH SSTONE_LC16 0xffdc Silverstone LC16 VFD Panel, Knob, and Remote + /* Speed Dragon Multimedia products */ product SPEEDDRAGON MS3303H 0x110b MS3303H Serial --------------090804060305020705070309--