Date: Thu, 30 Sep 2004 14:59:01 +0200 (CEST) From: "Daan Vreeken [PA4DAN]" <Danovitsch@Vitsch.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/72195: [PATCH] Add usbdev entries for 2 USB WLAN adapters Message-ID: <200409301259.i8UCx1Fb014933@Vitsch.net> Resent-Message-ID: <200409301310.i8UDAM6l061283@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72195 >Category: kern >Synopsis: [PATCH] Add usbdev entries for 2 USB WLAN adapters >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 Sep 30 13:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Daan Vreeken [PA4DAN] >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD Racebeest.Danovitsch.LAN 5.1-RELEASE FreeBSD 5.1-RELEASE #11: Thu Sep 23 23:00:33 CEST 2004 root@Racebeest.Danovitsch.LAN:/usr/src.5.1/sys/i386/compile/Laptop i386 >Description: usbdevs isn't aware of 2 new USB WLAN adapters that my driver ( http://vitsch.net/bsd/atuwi ) does support. The devices are also listed on this page : http://at76c503a.berlios.de/devices.html >How-To-Repeat: Connect one of the devices to a FreeBSD machine. >Fix: Apply the following patch to usbdevs: --- usbdevs.diff begins here --- --- usbdevs.org Mon Sep 20 06:56:13 2004 +++ usbdevs Thu Sep 30 14:26:04 2004 @@ -437,6 +437,7 @@ vendor DELORME 0x1163 DeLorme Publishing vendor ACERCM 0x1189 Acer Communications & Multimedia Inc. vendor BELKIN2 0x1293 Belkin Components +vendor AINCOMM 0x12fd Ain Communication Technology vendor MOBILITY 0x1342 Mobility vendor SHARK 0x13d2 Shark vendor SILICONPORTALS 0x1527 Silicon Portals @@ -527,6 +528,9 @@ product AGFA SNAPSCANE26 0x2097 SnapScan e26 product AGFA SNAPSCANE52 0x20fd SnapScan e52 +/* Ain Communication Technology products */ +product AINCOMM AWU2000B 0x1001 AWU2000B Wireless adapter + /* AKS products */ product AKS USBHASP 0x0001 USB-HASP 0.06 @@ -572,6 +576,7 @@ product ATMEL UHB124 0x3301 UHB124 hub product ATMEL DWL120 0x7603 DWL-120 Wireless adapter product ATMEL BW002 0x7605 BW002 Wireless adapter +product ATMEL WL1130USB 0x7613 WL-1130 USB product ATMEL AT76C505A 0x7614 AT76c505a Wireless adapter /* Avision products */ --- usbdevs.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409301259.i8UCx1Fb014933>