2009/3/1 Arjen de Korte <[email protected] <nut%[email protected]>>
> Citeren Arnaud Quette <[email protected]>:
>
> Modified: trunk/drivers/tripplite-hid.c
>>
>> ==============================================================================
>> --- trunk/drivers/tripplite-hid.c (original)
>> +++ trunk/drivers/tripplite-hid.c Sun Mar 1 19:56:31 2009
>> @@ -84,6 +84,8 @@
>>
>> /* HP R/T 2200 INTL (like SMART2200RMXL2U) */
>> { USB_DEVICE(HP_VENDORID, 0x1f0a), battery_scale_1dot0 },
>> + /* HP T750 INTL */
>> + { USB_DEVICE(HP_VENDORID, 0x1f0a), battery_scale_1dot0 },
>>
>
> This is a no-op. You probably meant
>
> + /* HP T750 INTL */
> + { USB_DEVICE(HP_VENDORID, 0x1f06), battery_scale_1dot0 },
>
> I can't commit this right now, since my development machine broke down a
> couple of days ago and I'm still in the process of tooling up it's
> replacement (currently I have to make do with Windows Vista that came with
> it...)
>
ooch, right thanks Arjen.
fixed patch attached (commit done too)
cheers,
Arnaud
--
Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
Free Software Developer - http://arnaud.quette.free.fr/
Index: drivers/tripplite-hid.c
===================================================================
--- drivers/tripplite-hid.c (révision 1797)
+++ drivers/tripplite-hid.c (copie de travail)
@@ -84,6 +84,8 @@
/* HP R/T 2200 INTL (like SMART2200RMXL2U) */
{ USB_DEVICE(HP_VENDORID, 0x1f0a), battery_scale_1dot0 },
+ /* HP T750 INTL */
+ { USB_DEVICE(HP_VENDORID, 0x1f06), battery_scale_1dot0 },
/* Terminating entry */
{ -1, -1, NULL }
_______________________________________________
Nut-upsdev mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev