Displaying 5 results from an estimated 5 matches for "hidtypes".
Did you mean:
ditypes
2005 Nov 08
1
adding libusb CFLAGS to generic-hid.c rule
Peter,
attached is a proposed patch to fix compilation of generic-hid.c when
libusb's usb.h is not in /usr/include (but the -I flag is provided by
"libusb-config --cflags"). It fixes the build under OS X, where Fink
installs libusb with --prefix=/sw.
I changed "usb.h" to <usb.h> so that 'make depend' wouldn't generate a
dependency on 'usb.h' with
2005 Sep 12
1
Re: Status of the PSE NUT patches (was: NUT patches)
[I'm switching my dev address to @gmail.com instead of @mgeups...
please, update your bookmark]
Peter Selinger wrote:
> > Arnaud Quette wrote:
> >
> > Here is the status of PSE (Peter Selinger) NUT patches
> > for newhidups (hidparser, apc support, ...).
> >
> > - nut-cvs-patch-REOPEN-2005-08-24:
> > approved and applied on Development tree
> >
2006 Jul 30
8
Gentoo Ultra USB UPS
Hi All
I'm trying to get my Ultra UPS connected. It connects using a standard
USB cable
I have --with-drivers=hidups in the configure command and I have lsusb
showing
Bus 001 Device 002: ID 0d9f:0001 Powercom Co., Ltd
Bus 001 Device 001: ID 0000:0000
I have /dev/usb/hiddev0
now matter what I try I keep getting
upsdrvctl start
Network UPS Tools - UPS driver controller 2.0.3
Can't
2008 Feb 25
1
[Fwd: Re: [Fwd: Update to 2.2.1-2]]
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20080225/377bed98/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: usbhid-ups.loghid-ups.log.D4.zip
Type: application/zip
Size: 5428 bytes
Desc: not available
Url :
2015 Jul 10
0
Wine release 1.7.47
..._FreePreparsedData.
hid: Implement HidD_GetInputReport.
hid: Implement HidD_GetAttributes.
hid: Implement HidP_MaxUsageListLength.
hid: Implement HidP_GetScaledUsageValue.
wine.inf: Add Dev Class for HID devices.
include: Add ddk/hidport.h.
include: New ddk/hidtypes.h include file.
include: Add HID_XFER_PACKET and HID_REVISION to hidclass.h.
include: Add IRP_MJ_POWER minor function codes.
hidclass.sys: Add hidclass.sys.
Austin English (2):
davclnt: Add stub dll.
d3d11: Add a stub for D3D11CreateDeviceAndSwapChain.
Bernhard ?bela...