diff options
author | kevlo <kevlo@FreeBSD.org> | 2008-01-07 09:14:37 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2008-01-07 09:14:37 +0000 |
commit | f72a9fc16149c32f9e0b51831bd15f58216f3ee4 (patch) | |
tree | 01f0ca08c868bf9d4b1864890de492155f12aab6 /sys | |
parent | 2bb84b573ee38cabb912d8036c8562f87017f8c9 (diff) | |
download | FreeBSD-src-f72a9fc16149c32f9e0b51831bd15f58216f3ee4.zip FreeBSD-src-f72a9fc16149c32f9e0b51831bd15f58216f3ee4.tar.gz |
Add the SparkLAN RT2573, found in HP s3200n
Obtained from: OpenBSD
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_rum.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index a216704..4b604db 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -118,6 +118,7 @@ static const struct usb_devno rum_devs[] = { { USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2671 }, { USB_VENDOR_SITECOMEU, USB_PRODUCT_SITECOMEU_WL113R2 }, { USB_VENDOR_SITECOMEU, USB_PRODUCT_SITECOMEU_WL172 }, + { USB_VENDOR_SPARKLAN, USB_PRODUCT_SPARKLAN_RT2573 }, { USB_VENDOR_SURECOM, USB_PRODUCT_SURECOM_RT2573 } }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 441f3cc..59bd7ba 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -594,6 +594,7 @@ vendor PNY 0x154b PNY vendor OQO 0x1557 OQO vendor UMEDIA 0x157e U-MEDIA Communications vendor FIBERLINE 0x1582 Fiberline +vendor SPARKLAN 0x15a9 SparkLAN vendor SOHOWARE 0x15e8 SOHOware vendor UMAX 0x1606 UMAX Data Systems vendor INSIDEOUT 0x1608 Inside Out Networks @@ -2111,6 +2112,9 @@ product SONYERICSSON DCU10 0x0528 USB Cable product SOURCENEXT KEIKAI8 0x039f KeikaiDenwa 8 product SOURCENEXT KEIKAI8_CHG 0x012e KeikaiDenwa 8 with charger +/* SparkLAN products */ +product SPARKLAN RT2573 0x0004 RT2573 + /* Sphairon Access Systems GmbH products */ product SPHAIRON UB801R 0x0110 UB801R |