search for: hp_vendorid

Displaying 5 results from an estimated 5 matches for "hp_vendorid".

2009 Mar 01
1
[nut-commits] svn commit r1800 - in trunk: . data drivers
...> ============================================================================== > --- 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...
2010 Sep 06
2
HP T1500 INTL
I have a HP T1500 INTL that isn't picked up under 2.4.3. I added the USB device ID to tripplite-hid.c like: /* HP T1500 INTL */ { USB_DEVICE(HP_VENDORID, 0x1f09), battery_scale_1dot0 }, and it seems to work just fine: # upsc UPS1 at localhost battery.charge: 100 battery.charge.low: 10 battery.charge.warning: 30 battery.temperature: 23.9 battery.type: battery.voltage: 40.9 battery.voltage.nominal: 36.0 device.mfr: Hewlett Packard device.model: T15...
2010 Feb 18
2
HP R1500 G2 UPS
Hi, I have a HP R1500 G2 UPS and want to get it working under Debian Lenny - as this OS is not supported by HP I'm trying to use nut for it - but I can't get it working. Do I have any chance to get the UPS running with nut. I also tried different drivers but had no luck either. Or does anyone has experience with HP UPS under debian ? Any help would be nice ! I tried /lib/nut/usbhid-ups
2010 Mar 09
1
Tripp-Lite SU2200XLA problem
...rtOnline SU1500RTXL2ua */ { USB_DEVICE(TRIPPLITE_VENDORID, 0x4003), battery_scale_1dot0 }, + /* e.g. TrippLite SmartOnline SU2200XLA */ + { USB_DEVICE(TRIPPLITE_VENDORID, 0x4004), battery_scale_1dot0 }, /* HP R/T 2200 INTL (like SMART2200RMXL2U) */ { USB_DEVICE(HP_VENDORID, 0x1f0a), battery_scale_1dot0 }, --- ./scripts/udev/nut-usbups.rules.in.0 2010-03-03 15:59:45.000000000 -0500 +++ ./scripts/udev/nut-usbups.rules.in 2010-03-03 16:00:43.000000000 -0500 @@ -102,6 +102,8 @@ ATTR{idVendor}=="09ae", ATTR{idProduct}=="4002", MODE="664&...
2009 Feb 25
3
driver for HP/Compaq T750 ?
Hi, I own a UPS HP T750. Is there a driver for this UPS (either serial or USB)? thx kp