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: T1500 INTL device.serial: <redacted> device.type: ups driver.name: usbhid-ups driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2 driver.parameter.port: UPS1 driver.version: 2.4.3 driver.version.data: TrippLite HID 0.4 driver.version.internal: 0.34 input.frequency: 50.0 input.transfer.high: 278.0 input.transfer.low: 182.0 input.voltage: 248.1 input.voltage.nominal: 230 output.frequency: 50.0 output.frequency.nominal: 50 output.voltage: 218.0 output.voltage.nominal: 230 ups.beeper.status: muted ups.delay.shutdown: 20 ups.delay.start: 30 ups.load: 10 ups.mfr: Hewlett Packard ups.model: T1500 INTL ups.power.nominal: 1500 ups.productid: 1f09 ups.serial: <redacted> ups.status: OL TRIM ups.timer.reboot: -1 ups.timer.shutdown: -1 ups.timer.start: -1 ups.vendorid: 03f0 ups.watchdog.status: 0 please consider including it in future versions. Thanks James
> > I have a HP T1500 INTL that isn't picked up under 2.4.3. I added theUSB> 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:Also need the udev rule updated too to include the 0x1f09 id James
Citeren James Harper <james.harper op bendigoit.com.au>:> 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:[...]> please consider including it in future versions.Thanks for reporting this. I have added this device in the development version. Note that the udev rules will be regenerated automatically if you run 'make dist'. Best regards, Arjen -- Please keep list traffic on the list (off-list replies will be rejected)