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 Telldus Tellstick and Tellstick Duo



details:   https://anonhg.NetBSD.org/src/rev/8db62e60bdb2
branches:  trunk
changeset: 773641:8db62e60bdb2
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sat Feb 11 05:27:55 2012 +0000

description:
add Telldus Tellstick and Tellstick Duo

from PR/45908 by Tom Ivar Helbekkmo

diffstat:

 sys/dev/usb/uftdi.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 44ae9155c92f -r 8db62e60bdb2 sys/dev/usb/uftdi.c
--- a/sys/dev/usb/uftdi.c       Sat Feb 11 05:27:23 2012 +0000
+++ b/sys/dev/usb/uftdi.c       Sat Feb 11 05:27:55 2012 +0000
@@ -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 @@
        { 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)
 



Home | Main Index | Thread Index | Old Index