diff options
author | 2014-10-31 21:17:42 +0000 | |
---|---|---|
committer | 2014-10-31 21:17:42 +0000 | |
commit | cd67a9576fc4d75424c9fbdce895756b37514d10 (patch) | |
tree | f53e3881cb47902dbd3690949806314a2ed1b322 | |
parent | convert select() to poll(). Bit more complicated here. Some interesting (diff) | |
download | wireguard-openbsd-cd67a9576fc4d75424c9fbdce895756b37514d10.tar.xz wireguard-openbsd-cd67a9576fc4d75424c9fbdce895756b37514d10.zip |
add atheros ub94. from Matt Markfort
-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 bce51c95713..ae236843b33 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.638 2014/10/12 09:27:25 armani Exp $ +$OpenBSD: usbdevs,v 1.639 2014/10/31 21:17:42 tedu Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3211,6 +3211,7 @@ product PALM ZIRE 0x0070 Palm Zire product PANASONIC LS120 0x0901 LS-120 product PANASONIC SDCAAE 0x1b00 MultiMediaCard product PANASONIC TYTP50P6S 0x3900 TY-TP50P6-S 50in Touch Panel +product PANASONIC N5HBZ0000055 0x3904 UB94 /* Papouch products */ product PAPOUCH SB485_1 0x0100 SB485 USB-485/422 |