Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add a device. From OpenBSD.
details: https://anonhg.NetBSD.org/src/rev/1610ddf44167
branches: trunk
changeset: 555638:1610ddf44167
user: augustss <augustss%NetBSD.org@localhost>
date: Mon Nov 24 00:00:07 2003 +0000
description:
Add a device. From OpenBSD.
diffstat:
sys/dev/usb/urio.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r f690ee0f83bd -r 1610ddf44167 sys/dev/usb/urio.c
--- a/sys/dev/usb/urio.c Sun Nov 23 23:28:03 2003 +0000
+++ b/sys/dev/usb/urio.c Mon Nov 24 00:00:07 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: urio.c,v 1.17 2003/06/29 22:30:58 fvdl Exp $ */
+/* $NetBSD: urio.c,v 1.18 2003/11/24 00:00:07 augustss Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: urio.c,v 1.17 2003/06/29 22:30:58 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: urio.c,v 1.18 2003/11/24 00:00:07 augustss Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -143,6 +143,7 @@
{ 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)
Home |
Main Index |
Thread Index |
Old Index