diff options
author | 2003-05-17 17:23:39 +0000 | |
---|---|---|
committer | 2003-05-17 17:23:39 +0000 | |
commit | 42655ce9ddbaf22bdc0ee71f8fd5b18fd9c78373 (patch) | |
tree | d491162b53086a2fc6a5e3ed7f49558aa37ebfd1 | |
parent | more scanners from netbsd (diff) | |
download | wireguard-openbsd-42655ce9ddbaf22bdc0ee71f8fd5b18fd9c78373.tar.xz wireguard-openbsd-42655ce9ddbaf22bdc0ee71f8fd5b18fd9c78373.zip |
My psaplay120 is acutally a rio device. The userland bits need to be worked
on though
-rw-r--r-- | sys/dev/usb/urio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c index bdfff2bdf58..bcc4ca2eaa1 100644 --- a/sys/dev/usb/urio.c +++ b/sys/dev/usb/urio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: urio.c,v 1.16 2003/05/07 04:33:33 deraadt Exp $ */ +/* $OpenBSD: urio.c,v 1.17 2003/05/17 17:23:39 nate Exp $ */ /* $NetBSD: urio.c,v 1.15 2002/10/23 09:14:02 jdolecek Exp $ */ /* @@ -139,6 +139,7 @@ static const struct usb_devno urio_devs[] = { { USB_VENDOR_DIAMOND, USB_PRODUCT_DIAMOND_RIO500USB}, { USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_RIO600USB}, { USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_RIO800USB}, + { USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_PSAPLAY120}, }; #define urio_lookup(v, p) usb_lookup(urio_devs, v, p) |