search for: experimental_driver

Displaying 3 results from an estimated 3 matches for "experimental_driver".

2007 May 25
0
Patch -- SVN revision in the version string
...======================================= --- drivers/bcmxcp.c (revision 916) +++ drivers/bcmxcp.c (working copy) @@ -1252,7 +1252,7 @@ void upsdrv_banner(void) { printf("Network UPS Tools - BCMXCP UPS driver %s (%s)\n\n", - DRV_VERSION, UPS_VERSION); + DRV_VERSION, upsversion()); experimental_driver = 1; } Index: drivers/belkin.c =================================================================== --- drivers/belkin.c (revision 916) +++ drivers/belkin.c (working copy) @@ -393,7 +393,7 @@ void upsdrv_banner(void) { printf("Network UPS Tools - Belkin Smart protocol driver %s (%s)\n&quo...
2005 Sep 23
11
trying to use powerware 3110 USB with NUT
Ok, I installed the ups, and installed nut, and /proc/bus/usb/devices says this T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=06da ProdID=0002 Rev= 0.01 S: Manufacturer=POWERWARE S: Product=Powerware UPS C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 20mA I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00
2005 Dec 19
0
new(er) SEC driver.
...mode"); */ /* allow '-x foo=<some value>' */ /* addvar(VAR_VALUE, "foo", "Override foo setting"); */ } void upsdrv_banner(void) { printf("Network UPS Tools (%s) - SEC protocol UPS driver %s\n", UPS_VERSION, SEC_DRIVER_VERSION); experimental_driver = 1; } void upsdrv_initups(void) { /* probe ups type */ upsfd = sec_setup_serial(device_path); /* to get variables and flags from the command line, use this: * * first populate with upsdrv_buildvartable above, then... * * set flag foo : /bin/drive...