From owner-freebsd-usb@FreeBSD.ORG Fri May 13 21:07:33 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 AB5C8106566C for ; Fri, 13 May 2011 21:07:33 +0000 (UTC) (envelope-from kc5vdj.freebsd@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6FAFC8FC19 for ; Fri, 13 May 2011 21:07:33 +0000 (UTC) Received: by iwn33 with SMTP id 33so3606157iwn.13 for ; Fri, 13 May 2011 14:07:33 -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 :content-transfer-encoding; bh=9E4+JW4pbHZAMWsarOGxQyqeWXln1t4wv556hM3AL9g=; b=SdVqqruol26vs09dzp5T2iZkw1KfBhJ4LgP9bFjpkb4X9eFDiFyrCtML6On41AbK5x QBVShdR/c4TC9qPpOu8DnPj0KIskDFEpqZqC5uuniwLgO5J5oDzQrap0Cye2/RlsN9cW EqM9daa6Y8IHc0pDIcKWl4/XH0tsq48n3CD2w= 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:content-transfer-encoding; b=fkDPy0Olk99FVPHfFt4pANBpcoQZAsjq1GX+J9tW9mdwMzY8GMtZksD42pXyqcYNNB EyyrUaI9iR7LIdUGywC8ChLr9SEnOV1XmFIu1wCYam2KdOKDObAP4VvMGZxf40e2oFSn eXvp5l9HX1Xv0zTlRCIqlppNLIBT91aU8fCaw= Received: by 10.42.148.194 with SMTP id s2mr2489417icv.126.1305320853032; Fri, 13 May 2011 14:07:33 -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 hc41sm1087727ibb.47.2011.05.13.14.07.31 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 May 2011 14:07:32 -0700 (PDT) Message-ID: <4DCD9D92.3020801@gmail.com> Date: Fri, 13 May 2011 16:07:30 -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> <4DCC3FF3.1090808@gmail.com> In-Reply-To: <4DCC3FF3.1090808@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 13 May 2011 21:07:33 -0000 in case i'm having difficulty with attachments because of gmail. i'm inlining it this time.. the patch should be applied from /usr/src or / (assuming the sys symlink is there) *** 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 Jim Bryant wrote: > 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 >> >>