Citeren Arnaud Quette <aque...@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


_______________________________________________
Nut-upsdev mailing list
Nut-upsdev@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev

Reply via email to