diff options
author | 2010-08-20 15:13:26 +0000 | |
---|---|---|
committer | 2010-08-20 15:13:26 +0000 | |
commit | eb503dcab5948c5f691228afa2cec89eb6014ba9 (patch) | |
tree | e0435f991797a0613e5a3457e96e292648c45da5 | |
parent | sync divert-packet documentation with reality (diff) | |
download | wireguard-openbsd-eb503dcab5948c5f691228afa2cec89eb6014ba9.tar.xz wireguard-openbsd-eb503dcab5948c5f691228afa2cec89eb6014ba9.zip |
The Hercules HWNUP-150 is a urtwn (Realtek RTL8192SU).
It makes even the smallest run(4) devices look ridiculously huge.
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 6dd9737ad01..c60ed02bb39 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.512 2010/08/17 21:42:54 jasper Exp $ +$OpenBSD: usbdevs,v 1.513 2010/08/20 15:13:26 damien Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1773,6 +1773,7 @@ product GUILLEMOT HWGUSB254 0xe000 HWGUSB2-54 WLAN product GUILLEMOT HWGUSB254LB 0xe010 HWGUSB2-54-LB product GUILLEMOT HWGUSB254V2AP 0xe020 HWGUSB2-54V2-AP product GUILLEMOT HWNU300 0xe030 HWNU-300 +product GUILLEMOT HWNUP150 0xe033 HWNUP-150 /* Gunze Gunze Electronics USA */ product GUNZE TOUCHPANEL 0x0001 Gunze USB Touch Panel |