search for: subdrv

Displaying 5 results from an estimated 5 matches for "subdrv".

Did you mean: subdev
2008 Feb 20
3
Important regression in usbhid-ups (r1113)
...be the standard UPS poweroff method) has to set both delay.shutdown *and* delay.start does only set the latter. It results in an immediate UPS poweroff... The same applies to shutdown.return. And shutdown.stop should clear both shutdown and start delay to be sure. The reason I previously kept the subdrv delegation (apart from the lack of visibility on other mfrs implementation) was the same as Arjen comment: the var. and cmd dealing with shutdown clearly have to be reworked since we have not a 1 to 1 mapping here. This has made its way into 2.2.1 only (r1127) and the trunk (since r1113). The fix...
2020 Apr 03
0
Powercool PCRACK-1200VA patch update
...  /* USB */          is_usb = 1; @@ -1928,8 +1894,7 @@ void    upsdrv_initups(void)              { NULL }          }; -        int    ret, langid; -        char    tbuf[255];    /* Some devices choke on size > 255 */ +        int    ret;          char    *regex_array[6];          char    *subdrv = getval("subdriver"); @@ -1941,15 +1906,6 @@ void    upsdrv_initups(void)          regex_array[4] = getval("serial");          regex_array[5] = getval("bus"); -        /* Check for language ID workaround (#1) */ -        if (getval("langid_fix")) { -     ...
2014 Feb 26
0
Arch Linux and Tripp Lite web snmp card issues.
On Feb 25, 2014, at 4:23 PM, Arnaud Quette wrote: > gen-snmp-subdriver.sh simply hasn't done its job, for some reasons. > well, 1 clear is that's it not a completed effort... at all > but, still IIRC, it should have produced at least a bit more Hi Arnaud, I may not have been specific enough in my description. The crash that Jason saw is with the version of snmp-ups that is
2014 Feb 25
3
Arch Linux and Tripp Lite web snmp card issues.
2014-02-25 12:58 GMT+01:00 Charles Lepple <clepple at gmail.com>: > On Feb 24, 2014, at 11:48 PM, Jason R Begley wrote: > > > 0.073855 load_mib2nut: trying classic method with 'delta_ups' mib > > 0.073878 Entering nut_snmp_get_str() > > 0.073899 nut_snmp_get((null)) > > 0.073918 nut_snmp_walk((null)) > > Arnaud, > >
2016 Jun 02
52
[RFC v3 00/45] dma-mapping: Use unsigned long for dma_attrs
Hi, This is third approach (complete this time) for replacing struct dma_attrs with unsigned long. The main patch (2/45) doing the change is split into many subpatches for easier review (3-43). They should be squashed together when applying. *Important:* Patchset is *only* build tested on allyesconfigs: ARM, ARM64, i386, x86_64 and powerpc. Please provide reviewes and tests for other