Displaying 7 results from an estimated 7 matches for "drvbuild".
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
2006 Jun 17
1
Re: [nut-commits] svn commit r433 - in trunk: data drivers include
...00
> Subject: svn commit r433 - in trunk: data drivers include
> Author: aquette
> Date: Fri Jun 16 13:40:57 2006
> New Revision: 433
>
> Modified:
> trunk/CHANGES
> trunk/configure
> trunk/configure.in
> trunk/data/cmdvartab
> trunk/drivers/Makefile.drvbuild
> trunk/drivers/Makefile.in
> trunk/drivers/libhid.c
> trunk/drivers/libhid.h
> trunk/drivers/libusb.c
> trunk/drivers/libusb.h
> trunk/drivers/mge-hid.c
> trunk/drivers/mge-shut.c
> trunk/drivers/newhidups.c
> trunk/drivers/newhidups.h
>...
2006 May 12
1
Fwd: RE New xanto driver for NUT
Dear Andreas,
some googling revealed, you created a driver for the xanto series of
online-usv.de. In what state it is currently?
I've to manage a S2000 and would like to use nut for it, is it usable by
now? Do you need another tester?
TIA,
Pete
2006 Jul 22
1
Error during make: *** No rule to make target `usb.h', needed by `tripplite-hid.o'. Stop.
I downloaded the latest development tree (revision 471), ran configure
with the following command:
./configure --with-user=nut --with-drivers=tripplite-hid
make
The common directory is built normally, then when it tries to make the
drivers, I get this error:
make[1]: *** No rule to make target `usb.h', needed by
`tripplite-hid.o'. Stop.
I get this error when I try to build any usb or
2006 Feb 09
6
gcc4 compiler warnings
Hi all!
The following files emits warnings when compiled with gcc 4.0:
al175.c
bcmxcp_ser.c
belkinunv.c
cyberpower.c
everups.c
powercom.c
solis.c
All warnings seem to be of this variety:
everups.c:38: warning: pointer targets in passing argument 2 of 'ser_get_char' differ in signedness
I suggest that those who fiddles with those drivers fixes the warnings
and verifies that it works