Arjen de Korte
2009-Mar-01 21:35 UTC
[Nut-upsdev] [nut-commits] svn commit r1800 - in trunk: . data drivers
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
Arnaud Quette
2009-Mar-02 09:17 UTC
[Nut-upsdev] [nut-commits] svn commit r1800 - in trunk: . data drivers
2009/3/1 Arjen de Korte <nut+devel at de-korte.org <nut%2Bdevel at de-korte.org>>> Citeren Arnaud Quette <aquette at 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...) >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/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20090302/4fb74f6a/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: hp-T750.diff Type: text/x-patch Size: 447 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20090302/4fb74f6a/attachment.bin