forked from networkupstools/nut
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fossil-ID: SVN r704
- Loading branch information
Showing
11 changed files
with
39 additions
and
706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
Fri Jan 4 10:13:05 UTC 2007 / Arnaud Quette <[email protected]> | ||
|
||
* final removal of the legacy hidups driver. It is now fully | ||
replaced by the newhidups driver (soon to be renamed usbhid-ups). | ||
Note that the hiddev code and macro is kept for energizerups | ||
- drivers/hidups.*: removed | ||
- drivers/Makefile.am: remove hidups references | ||
- man/hidups.8: removed | ||
- man/Makefile.am, man/nutupsdrv.8: remove hidups references | ||
- man/newhidups.8: add a note for the replacement of hidups | ||
- docs/FAQ, MAINTAINERS: few update | ||
|
||
Fri Jan 5 00:45:11 UTC 2007 / Charles Lepple <[email protected]> | ||
|
||
- drivers/optiups.c, man/optiups.8, data/driver.list: Added Matthias Goebl's | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,9 @@ S: Maintained: apcsmart, belkin, bestups, cyberpower, dummycons, | |
fentonups, driver core (main.c), upsdrvctl | ||
|
||
P: Arnaud Quette | ||
M: [email protected] | ||
M: [email protected] | ||
M: [email protected] | ||
S: Maintained: hidparser, newhidups, hidups, mge-shut, mge-utalk, | ||
snmp-ups | ||
S: Maintained: dummy-ups, newhidups, mge-shut, mge-utalk, snmp-ups | ||
|
||
P: Arjen de Korte | ||
M: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,9 +56,11 @@ Auth: Russell Kroll <[email protected]> | |
Q: My favorite UPS driver disappeared after an upgrade. What now? | ||
|
||
A: Drivers are occasionally removed from the tree if they are no longer | ||
receiving maintenance. There have been several architectural | ||
changes to the driver code in recent times, and drivers which were | ||
not converted by someone are eventually dropped. | ||
receiving maintenance, or sometimes renamed to better reflect their | ||
hardware support scope or replaced by a more generic driver. | ||
There have been several architectural changes to the driver code | ||
in recent times, and drivers which were not converted by someone | ||
are eventually dropped. | ||
|
||
This is called progress. We do this in order to avoid a situation | ||
where someone believes that a driver is being maintained when it is | ||
|
@@ -633,25 +635,22 @@ Auth: Russell Kroll <[email protected]> | |
|
||
Refer to the "driver-name" (8) manpage for more information. | ||
|
||
Note that the previous experimental support through the hidups driver | ||
will be dropped by NUT 2.2. | ||
|
||
----------------------------------------------------------------------------- | ||
|
||
Q: What is this newhidups about? | ||
|
||
A: The basic USB UPS support was done until now using hidups. To allow | ||
a wider support accross platforms, newhidups driver uses libusb | ||
(which is available for a wide range of operating systems) and | ||
libhid (currently, an old internal version of it). | ||
A: The basic USB UPS support was done until NUT 2.2 using hidups. To allow | ||
a wider support accross platforms for USB/HID compliant devices, | ||
newhidups driver uses libusb (which is available for a wide range of | ||
operating systems) and libhid (currently, a modified internal version | ||
of it). | ||
|
||
As of NUT 2.2, newhidups will completely replace the existing | ||
hidups driver and provide support for various manufacturers. At that | ||
time, it will be renamed to usbhid-ups. | ||
As of NUT 2.2, newhidups completely replaces the legacy hidups driver | ||
and provide support for various manufacturers. At that time, it will | ||
be renamed to usbhid-ups. | ||
|
||
newhidups can be built by using "make usb", and installed using | ||
"make install-usb". Note that it will also install other USB | ||
drivers. | ||
newhidups is built automatically if possible (libusb development files | ||
need to be installed) and installed by the "make install" command. | ||
|
||
----------------------------------------------------------------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.