Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/dev/usb Pull up following revision(s) (requested by g...



details:   https://anonhg.NetBSD.org/src/rev/c77bd4c0b010
branches:  netbsd-6
changeset: 776344:c77bd4c0b010
user:      riz <riz%NetBSD.org@localhost>
date:      Sun May 19 21:51:00 2013 +0000

description:
Pull up following revision(s) (requested by garbled in ticket #849):
        sys/dev/usb/usb_quirks.c: revision 1.78
        sys/dev/usb/usbdevs: revision 1.639
Add my tripplite UPS
If the tripplite SMARTLCD ups connects as a usbhid device, it doesn't
work at all, connect as ugen instead.  Verified working with ups-nut.

diffstat:

 sys/dev/usb/usb_quirks.c |  6 ++++--
 sys/dev/usb/usbdevs      |  3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r c364b8ce6169 -r c77bd4c0b010 sys/dev/usb/usb_quirks.c
--- a/sys/dev/usb/usb_quirks.c  Sun May 19 21:22:01 2013 +0000
+++ b/sys/dev/usb/usb_quirks.c  Sun May 19 21:51:00 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_quirks.c,v 1.74 2012/02/11 05:27:23 plunky Exp $   */
+/*     $NetBSD: usb_quirks.c,v 1.74.2.1 2013/05/19 21:51:00 riz Exp $  */
 /*     $FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.30 2003/01/02 04:15:55 imp Exp $     */
 
 /*
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.74 2012/02/11 05:27:23 plunky Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_quirks.c,v 1.74.2.1 2013/05/19 21:51:00 riz Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -63,6 +63,8 @@
        ANY,    { UQ_HID_IGNORE }},
  { USB_VENDOR_TRIPPLITE2, USB_PRODUCT_TRIPPLITE2_UPS,      
        ANY,   { UQ_HID_IGNORE }},
+ { USB_VENDOR_TRIPPLITE2, USB_PRODUCT_TRIPPLITE2_SMARTLCD,
+       ANY,   { UQ_HID_IGNORE }},
  { USB_VENDOR_MISC, USB_PRODUCT_MISC_WISPY_24X, ANY, { UQ_HID_IGNORE }},
 
  { USB_VENDOR_KYE, USB_PRODUCT_KYE_NICHE,          0x100, { UQ_NO_SET_PROTO}},
diff -r c364b8ce6169 -r c77bd4c0b010 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Sun May 19 21:22:01 2013 +0000
+++ b/sys/dev/usb/usbdevs       Sun May 19 21:51:00 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.607.2.7 2013/02/13 01:36:17 riz Exp $
+$NetBSD: usbdevs,v 1.607.2.8 2013/05/19 21:51:00 riz Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -2899,6 +2899,7 @@
 /* Tripp-Lite products */
 product TRIPPLITE U209         0x2008  U209 Serial adapter
 product TRIPPLITE2 UPS         0x1007  Tripp Lite UPS
+product TRIPPLITE2 SMARTLCD    0x2009  SmartLCD UPS
 
 /* Trumpion products */
 product TRUMPION T33521                0x1003  USB/MP3 decoder



Home | Main Index | Thread Index | Old Index