kern/66227: [PATCH] Add usbdevs entries for USB Wlan adapters

Daan Vreeken [PA4DAN] Danovitsch at Vitsch.net
Mon May 3 14:50:28 PDT 2004


>Number:         66227
>Category:       kern
>Synopsis:       [PATCH] Add usbdevs entries for 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:   Mon May 03 14:50:23 PDT 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 #7: Sat Apr 10 11:50:00 CEST 2004 root at Racebeest.Danovitsch.LAN:/usr/src.5.1/sys/i386/compile/Multimedia i386


	
>Description:
	At this moment usbdevs doesn't know about a couple of USB wlan
adapters my driver ( http://vitsch.net/bsd/atuwi ) supports. And the Atmel
DWL120 adapter is currently reported wrong.
	
>How-To-Repeat:
	Plug in any of the non-supported devices.
	
>Fix:

	Apply the following patch to the current version of usbdevs :
	

--- usbdevs.diff begins here ---
--- usbdevs.org	Mon May  3 22:24:29 2004
+++ usbdevs	Mon May  3 23:02:31 2004
@@ -418,6 +418,7 @@
 product ACERP ACERSCAN_320U	0x2022	Acerscan 320U
 product ACERP ACERSCAN_640U	0x2040	Acerscan 640U
 product ACERP ACERSCAN_620U	0x2060	Acerscan 620U
+product ACERP AWL300		0x9000	AWL300 Wireless adapter
 
 /* ActiveWire, Inc. products */
 product ACTIVEWIRE IOBOARD	0x0100	I/O Board
@@ -492,8 +493,9 @@
 
 /* Atmel Comp. products */
 product ATMEL UHB124		0x3301	UHB124 hub
-product ATMEL DWL120		0x7602	DWL-120 Wireless adapter
+product ATMEL DWL120		0x7603	DWL-120 Wireless adapter
 product ATMEL BW002		0x7605	BW002 Wireless adapter
+product ATMEL AT76C505A		0x7614	AT76c505a Wireless adapter
 
 /* Avision products */
 product AVISION 1200U		0x0268	1200U scanner
@@ -874,6 +876,7 @@
 product LINKSYS USB10TA		0x2206	USB10TA Ethernet
 product LINKSYS USB10TX2	0x400b	USB10TX
 product LINKSYS USB200M		0x2226  USB 2.0 10/100 ethernet controller
+product LINKSYS2 WUSB11		0x2219	WUSB11 Wireless adapter
 
 /* Logitech products */
 product LOGITECH M2452		0x0203	M2452 keyboard
--- usbdevs.diff ends here ---

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


More information about the freebsd-bugs mailing list