diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2004-11-11 14:17:47 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2004-11-11 14:17:47 +0000 |
commit | 4b0c62a2f088a74cee5547022bdb00650cb4840b (patch) | |
tree | 8c66a751e6d92e29cfab3826b1c9178280ed44f3 /sys/dev/usb/usbdevs | |
parent | 09417875432928507405b11c7c7f6d5bbbc3204f (diff) |
change the device id of the "atmel dwl-120" (which is what dlink calls its
product) to Atmel AT76c503a. many vendors use this product/vendor id in their
product so we'll say whats inside rather than whats printed on the packaging.
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5a6cdcf6da0..fcbe9b4196b 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.121 2004/11/10 13:51:52 dlg Exp $ +$OpenBSD: usbdevs,v 1.122 2004/11/11 14:17:46 dlg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -565,8 +565,8 @@ product ATMEL DWL900AP 0x5601 DWL-900AP Wireless access point product ATMEL DWL120 0x7602 DWL-120 Wireless product ATMEL BW002 0x7605 BW002 product ATMEL WL1130 0x7613 WL-1130 -product ATMEL AT76C505A 0x7614 AT76C505A -product ATMEL DWL_120 0x7603 DWL-120 +product ATMEL AT76C505A 0x7614 AT76c505a +product ATMEL AT76C503A 0x7603 AT76c503a /* Audio-Technica products */ product AUDIOTECHNICA ATCHA4USB 0x0009 ATC-HA4USB USB headphone |