NetBSD Problem Report #47447

From www@NetBSD.org  Mon Jan 14 17:32:22 2013
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	by www.NetBSD.org (Postfix) with ESMTP id 2755B63E893
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 14 Jan 2013 17:32:22 +0000 (UTC)
Message-Id: <20130114173221.1052F63E893@www.NetBSD.org>
Date: Mon, 14 Jan 2013 17:32:21 +0000 (UTC)
From: yamajun@ofug.net
Reply-To: yamajun@ofug.net
To: gnats-bugs@NetBSD.org
Subject: udl(4): New device ID
X-Send-Pr-Version: www-1.0

>Number:         47447
>Category:       kern
>Synopsis:       udl(4): New device ID
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 14 17:35:00 +0000 2013
>Closed-Date:    Sat Jul 13 16:07:11 +0000 2013
>Last-Modified:  Sat Jul 13 16:07:11 +0000 2013
>Originator:     YAMASHIRO, Jun
>Release:        NetBSD/amd64 6.99.16
>Organization:
Okinawa FreeBSD Users Group
>Environment:
NetBSD yamajun 6.99.16 NetBSD 6.99.16 (YAMAJUN) #87: Mon Jan  7 12:16:25 JST 2013  yamajun@yamajun:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
USB device ID request for udl(4)

Device:
DisplayLink based VGA/DVI-I/HDMI adapter SD-U2VDH by AREA
http://www.area-powers.jp/product/usb_product/product/other/SD-U2VDH.html (Japanese)
>How-To-Repeat:

>Fix:
Apply this patch to src/sys/dev/usb

# cd /usr/src/sys/dev/usb
# patch -p0 < /path/to/this_file
# make -f Makefile.usbdevs

--- usbdevs.orig	2013-01-10 16:11:30.000000000 +0900
+++ usbdevs	2013-01-07 18:53:36.000000000 +0900
@@ -1271,6 +1271,7 @@
 product DISPLAYLINK LCD8000UD_DVI	0x02b8	LCD-8000UD-DVI
 product DISPLAYLINK LDEWX015U	0x02e3	Logitec LDE-WX015U
 product DISPLAYLINK LT1421WIDE	0x03e0	Lenovo ThinkVision LT1421 Wide
+product DISPLAYLINK SD_U2VDH	0x046d	AREA SD-U2VDH
 product DISPLAYLINK UM7X0	0x401a	nanovision MiMo

 /* D-Link products */
--- udl.c.orig	2013-01-10 16:49:55.000000000 +0900
+++ udl.c	2013-01-07 18:52:47.000000000 +0900
@@ -323,6 +323,7 @@
 	{ USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_LCD8000UD_DVI },
 	{ USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_LDEWX015U },
 	{ USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_LT1421WIDE },
+	{ USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_SD_U2VDH },
 	{ USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_UM7X0 }
 };


>Release-Note:

>Audit-Trail:
From: "Christos Zoulas" <christos@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/47447 CVS commit: src/sys/dev/usb
Date: Mon, 14 Jan 2013 13:24:05 -0500

 Module Name:	src
 Committed By:	christos
 Date:		Mon Jan 14 18:24:05 UTC 2013

 Modified Files:
 	src/sys/dev/usb: udl.c usbdevs

 Log Message:
 PR/47447: YAMASHIRO, Jun: New device id for udl(4)


 To generate a diff of this commit:
 cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/udl.c
 cvs rdiff -u -r1.634 -r1.635 src/sys/dev/usb/usbdevs

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Yamashiro, Jun" <yamajun@ofug.net>
To: gnats-bugs@NetBSD.org
Cc: "Christos Zoulas" <christos@netbsd.org>, kern-bug-people@netbsd.org,
 gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: PR/47447 CVS commit: src/sys/dev/usb
Date: Mon, 21 Jan 2013 08:36:12 +0900

 Just worked this commit with my device.  Thanks!

 On Mon, 14 Jan 2013 18:25:06 +0000 (UTC)
 "Christos Zoulas" <christos@netbsd.org> wrote:

 > The following reply was made to PR kern/47447; it has been noted by GNATS.
 > 
 > From: "Christos Zoulas" <christos@netbsd.org>
 > To: gnats-bugs@gnats.NetBSD.org
 > Cc: 
 > Subject: PR/47447 CVS commit: src/sys/dev/usb
 > Date: Mon, 14 Jan 2013 13:24:05 -0500
 > 
 >  Module Name:	src
 >  Committed By:	christos
 >  Date:		Mon Jan 14 18:24:05 UTC 2013
 >  
 >  Modified Files:
 >  	src/sys/dev/usb: udl.c usbdevs
 >  
 >  Log Message:
 >  PR/47447: YAMASHIRO, Jun: New device id for udl(4)
 >  
 >  
 >  To generate a diff of this commit:
 >  cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/udl.c
 >  cvs rdiff -u -r1.634 -r1.635 src/sys/dev/usb/usbdevs
 >  
 >  Please note that diffs are not public domain; they are subject to the
 >  copyright notices on the relevant files.
 >  


 -- 
 Okinawa FreeBSD Users Group	$B;3>k(B $B=a(B(Yamashiro, Jun)
 E-mail: yamajun@ofug.net

From: christos@zoulas.com (Christos Zoulas)
To: "Yamashiro, Jun" <yamajun@ofug.net>, gnats-bugs@NetBSD.org
Cc: kern-bug-people@netbsd.org, gnats-admin@netbsd.org, 
	netbsd-bugs@netbsd.org
Subject: Re: PR/47447 CVS commit: src/sys/dev/usb
Date: Sun, 20 Jan 2013 20:07:16 -0500

 On Jan 21,  8:36am, yamajun@ofug.net ("Yamashiro, Jun") wrote:
 -- Subject: Re: PR/47447 CVS commit: src/sys/dev/usb

 | Just worked this commit with my device.  Thanks!

 Thanks for the patch!

 christos

State-Changed-From-To: open->closed
State-Changed-By: snj@NetBSD.org
State-Changed-When: Sat, 13 Jul 2013 16:07:11 +0000
State-Changed-Why:
Christos committed this change in January.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.