Module Name: src
Committed By: plunky
Date: Sat Feb 11 05:27:55 UTC 2012
Modified Files:
src/sys/dev/usb: uftdi.c
Log Message:
add Telldus Tellstick and Tellstick Duo
from PR/45908 by Tom Ivar Helbekkmo
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/usb/uftdi.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/uftdi.c
diff -u src/sys/dev/usb/uftdi.c:1.50 src/sys/dev/usb/uftdi.c:1.51
--- src/sys/dev/usb/uftdi.c:1.50 Fri Dec 23 00:51:45 2011
+++ src/sys/dev/usb/uftdi.c Sat Feb 11 05:27:55 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: uftdi.c,v 1.50 2011/12/23 00:51:45 jakllsch Exp $ */
+/* $NetBSD: uftdi.c,v 1.51 2012/02/11 05:27:55 plunky Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.50 2011/12/23 00:51:45 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.51 2012/02/11 05:27:55 plunky Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -153,6 +153,8 @@ static const struct usb_devno uftdi_devs
{ USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_SEAPORT4P3 },
{ USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_SEAPORT4P4 },
{ USB_VENDOR_SIIG2, USB_PRODUCT_SIIG2_US2308 },
+ { USB_VENDOR_MISC, USB_PRODUCT_MISC_TELLSTICK },
+ { USB_VENDOR_MISC, USB_PRODUCT_MISC_TELLSTICK_DUO },
};
#define uftdi_lookup(v, p) usb_lookup(uftdi_devs, v, p)