search for: hidgetitemvalue

Displaying 2 results from an estimated 2 matches for "hidgetitemvalue".

2007 Jan 08
1
Re: [nut-commits] svn commit r716 - in trunk: . drivers
...; > Modified: trunk/drivers/libhid.c > ============================================================================== > --- trunk/drivers/libhid.c (original) > +++ trunk/drivers/libhid.c Mon Jan 8 10:52:18 2007 > @@ -561,8 +561,9 @@ > > /* Get data value */ > if (HIDGetItemValue(udev, path, &value, utab) > 0) > - upsdebugx(1, "Path: %s, Type: %s, Value: %f", path, type, value); > - > + upsdebugx(1, "Path: %s, Type: %s, ReportID: 0x%02x, Offset: %i, Size: %i, Value: %f", > + path, type, pData->ReportID, pData->Offse...
2007 Aug 23
1
[nut-commits] svn commit r1073 - in trunk: . drivers
...-------------------------------------- */ > -HIDDevice_t *HIDOpenDevice(hid_dev_handle_t **udevp, HIDDevice_t *hd, HIDDeviceMatcher_t *matcher, int mode); > +HIDDevice_t *HIDOpenDevice(hid_dev_handle_t **udevp, HIDDevice_t *hd, HIDDeviceMatcher_t *matcher, int *mode); > > /* > * HIDGetItemValue > > Modified: trunk/drivers/libshut.c > ============================================================================== > --- trunk/drivers/libshut.c (original) > +++ trunk/drivers/libshut.c Thu Aug 23 19:43:41 2007 > @@ -284,7 +284,7 @@ > a linked list of matchers (see li...