Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2003 11:13:53 -0600 (CST)
From:      "M. L. Dodson" <bdodson@scms.utmb.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/60156: patches for aue usb ethernet driver to recognize HP hn210e
Message-ID:  <200312111713.hBBHDr4X006060@histidine.utmb.edu>
Resent-Message-ID: <200312111720.hBBHKDvZ027429@freefall.freebsd.org>

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

>Number:         60156
>Category:       kern
>Synopsis:       patches for aue usb ethernet driver to recognize HP hn210e
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 11 09:20:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     M. L. Dodson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
University of Texas Medical Branch
>Environment:
System: FreeBSD wotan.invalid 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Dec 11 09:
16:19 CST 2003 bdodson@wotan.invalid:/usr/obj/usr/src/sys/WOTAN i386
>Description:
	Add entries to if_aue.c and usbdevs to recognize HP hn210e usb ethernet
>How-To-Repeat:
        Kernel compiled with these patches recognizes and uses this ethernet
	device.  The link status and tx/rx leds do not work, however.
>Fix:
--- usbdevs.orig        Mon Nov 17 21:19:06 2003
+++ usbdevs     Wed Dec 10 20:22:35 2003
@@ -724,6 +724,7 @@
 product HP P2000U              0x1801  Inkjet P-2000U
 product HP 640C                        0x2004  DeskJet 640c
 product HP P1100               0x3102  Photosmart P1100
+product HP HN210E              0x811c  Ethernet HN210E
  
 /* HP products */
 product HP2 C500               0x6002  PhotoSmart C500
 
--- if_aue.c.orig       Mon Dec  8 01:54:14 2003
+++ if_aue.c    Wed Dec 10 22:43:18 2003
@@ -152,6 +152,7 @@
  {{ USB_VENDOR_ELECOM,         USB_PRODUCT_ELECOM_LDUSBLTX},     PII },
  {{ USB_VENDOR_ELSA,           USB_PRODUCT_ELSA_USB2ETHERNET},   0 },
  {{ USB_VENDOR_HAWKING,                USB_PRODUCT_HAWKING_UF100},       PII },
+ {{ USB_VENDOR_HP,             USB_PRODUCT_HP_HN210E},           PII },
  {{ USB_VENDOR_IODATA,         USB_PRODUCT_IODATA_USBETTX},      0 },
  {{ USB_VENDOR_IODATA,         USB_PRODUCT_IODATA_USBETTXS},     PII },
  {{ USB_VENDOR_KINGSTON,       USB_PRODUCT_KINGSTON_KNU101TX},   0 },

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



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