Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2001 17:28:08 +0900 (JST)
From:      mistral@imasy.or.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/25225: patch for new LUA-TX USB ethernet adaptor
Message-ID:  <200102200828.f1K8S7016119@mistral.imasy.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         25225
>Category:       kern
>Synopsis:       A new version of LUA-TX USB ethernet adaptor for aue driver
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 20 00:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	4.2-STABLE

>Description:

	Melco Inc. released another LUA-TX USB ethernet driver.
	That is likely the same as old LUA-TX, but has another product id.
	That id was already registered into usbdevs_data.h, but not yet
	registered into if_aue.c. So we can't attach LUA-TX as ethernet
	device, but generic USB device.

>How-To-Repeat:

	Jack in new LUA-TX

>Fix:

--- dev/usb/if_aue.c.orig       Tue Jan  9 11:30:26 2001
+++ dev/usb/if_aue.c    Tue Feb 13 10:19:45 2001
@@ -107,6 +107,7 @@
	{ USB_VENDOR_ADMTEK, USB_PRODUCT_ADMTEK_PEGASUS },
	{ USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB100 },
	{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUATX1 },
+	{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUATX5 },
	{ USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650 },
	{ USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650TX },
	{ USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650TX_PNA },


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102200828.f1K8S7016119>