[Nut-upsdev] [nut-commits] svn commit r1800 - in trunk: . data drivers

Arjen de Korte nut+devel at de-korte.org
Sun Mar 1 21:35:15 UTC 2009


Citeren Arnaud Quette <aquette op alioth.debian.org>:

> 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...)

Best regards, Arjen
-- 
Please keep list traffic on the list




More information about the Nut-upsdev mailing list