Displaying 2 results from an estimated 2 matches for "tripplite_vendorid".
2010 Sep 11
1
TrippLite SMART1000LCD
...his device to function in nut..
diff --git a/trunk/drivers/tripplite-hid.c b/new/drivers/tripplite-hid.c
index c36da98..dddd13c 100644
--- a/trunk/drivers/tripplite-hid.c
+++ b/new/drivers/tripplite-hid.c
@@ -71,6 +71,8 @@ static usb_device_id_t tripplite_usb_device_table[] = {
{ USB_DEVICE(TRIPPLITE_VENDORID, 0x2005), battery_scale_0dot1 },
/* e.g. TrippLite OMNI900LCD */
{ USB_DEVICE(TRIPPLITE_VENDORID, 0x2007), battery_scale_0dot1 },
+ /* e.g. TrippLite Smart1000LCD */
+ { USB_DEVICE(TRIPPLITE_VENDORID, 0x2009), battery_scale_0dot1 },
/* e.g. TrippLite smart2200RMXL2U...
2010 Mar 09
1
Tripp-Lite SU2200XLA problem
Hi,
I kludged support for the TrippLite SU2200XLA into nut-2.4.3 as follows:
--- ./drivers/tripplite-hid.c.0 2010-03-03 15:53:20.000000000 -0500
+++ ./drivers/tripplite-hid.c 2010-03-03 15:53:40.000000000 -0500
@@ -81,6 +81,8 @@
{ USB_DEVICE(TRIPPLITE_VENDORID, 0x4002), battery_scale_1dot0 },
/* e.g. TrippLite SmartOnline SU1500RTXL2ua */
{ USB_DEVICE(TRIPPLITE_VENDORID, 0x4003), battery_scale_1dot0 },
+ /* e.g. TrippLite SmartOnline SU2200XLA */
+ { USB_DEVICE(TRIPPLITE_VENDORID, 0x4004), battery_scale_1dot0 },
/* H...