Module Name:    src
Committed By:   jakllsch
Date:           Wed Jul 13 14:36:29 UTC 2011

Modified Files:
        src/sys/dev/usb: emdtv.c

Log Message:
emdtv(4): add Pinnacle PCTV 800E


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/emdtv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/emdtv.c
diff -u src/sys/dev/usb/emdtv.c:1.1 src/sys/dev/usb/emdtv.c:1.2
--- src/sys/dev/usb/emdtv.c:1.1	Mon Jul 11 18:02:04 2011
+++ src/sys/dev/usb/emdtv.c	Wed Jul 13 14:36:29 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: emdtv.c,v 1.1 2011/07/11 18:02:04 jmcneill Exp $ */
+/* $NetBSD: emdtv.c,v 1.2 2011/07/13 14:36:29 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 2008, 2011 Jared D. McNeill <jmcne...@invisible.ca>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emdtv.c,v 1.1 2011/07/11 18:02:04 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emdtv.c,v 1.2 2011/07/13 14:36:29 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -60,6 +60,7 @@
 
 static const struct usb_devno emdtv_devices[] = {
 	{ USB_VENDOR_AMD,	USB_PRODUCT_AMD_TV_WONDER_600_USB },
+	{ USB_VENDOR_PINNACLE,	USB_PRODUCT_PINNACLE_PCTV800E },
 };
 
 int emdtv_debug_regs = 0;

Reply via email to