Displaying 5 results from an estimated 5 matches for "serial_usb".
2007 Sep 03
1
Converting megatec_usb.c -> serial_usb.c
Folks,
I think the present megatec_usb.c deserves to be renamed to
serial_usb.c. I think it potentially could serve many more UPS'es with
built-in USB-to-serial converters, not limited to the megatec_usb driver
(although that was the first one to use this). I also think a more
layered approach would be nice, in the same fashion as the usbhid-ups
driver with subdrivers. W...
2007 Sep 04
1
powercom-usb drriver complie?
...t will work with the usbhid-ups
driver. It maps exactly one Feature, Input, and Output report. You might
try your luck with linking powercom.c with megatec_usb.c in the same way
as megatec.c is linked with megatec_usb.c and see how you get along. As
a side note, megatec_usb.c should really be named serial_usb.c, since
the megatec protocol is dealt with in the megatec.c file.
Something like
> powercom_usb_SOURCES = powercom.c megatec_usb.c libusb.c
> powercom_usb_CFLAGS = $(AM_CFLAGS) $(LIBUSB_CFLAGS) -DMEGATEC_SUBDRV
> powercom_usb_LDADD = $(LDADD_DRIVERS) $(LIBUSB_LDFLAGS)
in Makefile.am. Y...
2007 Sep 03
1
Powercom USB UPS is not support
Hi, fellow NUT gurus;
I am having a big issue with our new Powercom Imperial Digital UPS. The
UPS is come with a serial over USB port and plug into the usb port on
the computer. I am having problem to setup our fedora 7 linux machine
talks to the ups. The kernel 2.6.22.1 seems to be able to detect the
ups is plug into one of its usb port. But it just couldn't establish a
connection with
2007 Sep 03
1
Powercom USB UPS is not support
Hi, fellow NUT gurus;
I am having a big issue with our new Powercom Imperial Digital UPS. The
UPS is come with a serial over USB port and plug into the usb port on
the computer. I am having problem to setup our fedora 7 linux machine
talks to the ups. The kernel 2.6.22.1 seems to be able to detect the
ups is plug into one of its usb port. But it just couldn't establish a
connection with
2006 Dec 05
3
megatec over USB - new driver patch
Hello, all.
Some time ago I bought myself a UPS which was advertised as USB-HID.
It was a surprise to learn that while it definitely is recognized as USB
device, the HID descriptor has no UPS pages at all. The only software it
came with was a windows program written in visual basic. Trying to
research this topic I found a reference to energizer USB ups driver and
learned about variety of