diff options
author | brix <brix@FreeBSD.org> | 2007-11-11 20:57:08 +0000 |
---|---|---|
committer | brix <brix@FreeBSD.org> | 2007-11-11 20:57:08 +0000 |
commit | c53abb660088551069d0de0df7c6c576e754437e (patch) | |
tree | 6f88478cd4d668631c3fe55924b08486a7246d9b /sys/dev/usb/usbdevs | |
parent | 8febd76b4e53e56a5c5327000d7ff77f0ad88700 (diff) | |
download | FreeBSD-src-c53abb660088551069d0de0df7c6c576e754437e.zip FreeBSD-src-c53abb660088551069d0de0df7c6c576e754437e.tar.gz |
Update quirks for the MetaGeek Wi-Spy 1A, 1B and 2.4x.
PR: usb/116057
Approved by: imp, erwin (mentor)
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index d775ddf..40f9d77 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1063,7 +1063,7 @@ product CYBERTAN TG54USB 0x1666 TG54USB /* Cypress Semiconductor products */ product CYPRESS MOUSE 0x0001 mouse product CYPRESS THERMO 0x0002 thermometer -product CYPRESS WISPY 0x0bad MetaGeek Wi-Spy +product CYPRESS WISPY1A 0x0bad MetaGeek Wi-Spy product CYPRESS KBDHUB 0x0101 Keyboard/Hub product CYPRESS FMRADIO 0x1002 FM Radio product CYPRESS USBRS232 0x5500 USB-RS232 Interface @@ -1605,7 +1605,8 @@ product MELCO G54HP 0x00d9 WLI-U2-G54HP product MELCO KG54L 0x00da WLI-U2-KG54L /* MetaGeek products */ -product METAGEEK WISPYX 0x083e MetaGeek Wi-Spy 2.4x +product METAGEEK WISPY1B 0x083e MetaGeek Wi-Spy +product METAGEEK WISPY24X 0x083f MetaGeek Wi-Spy 2.4x /* Metricom products */ product METRICOM RICOCHET_GS 0x0001 Ricochet GS |