diff options
author | 2005-07-19 11:40:44 +0000 | |
---|---|---|
committer | 2005-07-19 11:40:44 +0000 | |
commit | 120cd10af173f7e532520f3020393ca652998616 (patch) | |
tree | c344d531e91a9ee83043d341cd7f0568e579dcad /sys | |
parent | On the SPARCbooks, allow tctrl(4) to control the external video output, (diff) | |
download | wireguard-openbsd-120cd10af173f7e532520f3020393ca652998616.tar.xz wireguard-openbsd-120cd10af173f7e532520f3020393ca652998616.zip |
The GREENHOUSE2 USB id (0x0bda) is actually Realtek's USB id,
rename accordingly. ok dlg@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbdevs | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index b8abeab740f..bdc460173de 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.162 2005/07/18 14:37:22 jsg Exp $ +$OpenBSD: usbdevs,v 1.163 2005/07/19 11:40:44 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -364,7 +364,7 @@ vendor KURUSUGAWA 0x0b7e Kurusugawa Electronics vendor ASIX 0x0b95 ASIX Electronics vendor USR 0x0baf U.S. Robotics vendor AMBIT 0x0bb2 Ambit Microsystems -vendor GREENHOUSE2 0x0bda GREENHOUSE +vendor REALTEK 0x0bda Realtek vendor ADDONICS2 0x0bf6 Addonics Technology vendor AGATE 0x0c08 Agate Technologies vendor DMI 0x0c0b DMI @@ -953,9 +953,6 @@ product GRAVIS GAMEPADPRO 0x4001 GamePad Pro /* GREENHOUSE products */ product GREENHOUSE KANA21 0x0001 CF-writer/MP3 Player -product GREENHOUSE2 USBKR100 0x8150 GH-USB100B Ethernet -product GREENHOUSE2 USBKR100PNA 0x8151 GH-USB100B Ethernet PNA -product GREENHOUSE2 RTL8187 0x8187 RTL8187 /* Griffin Technology */ product GRIFFIN IMATE 0x0405 iMate, ADB adapter @@ -1575,6 +1572,11 @@ product RALINK RT2570_3 0x9020 RT2570 /* RATOC Systems products */ product RATOC REXUSB60 0xb000 USB serial REX-USB60 +/* Realtek products */ +product REALTEK RTL8150 0x8150 RTL8150 +product REALTEK RTL8151 0x8151 RTL8151 PNA +product REALTEK RTL8187 0x8187 RTL8187 + /* Roland products */ product ROLAND UA100 0x0000 UA-100 Audio I/F product ROLAND UM4 0x0002 UM-4 MIDI I/F |