Displaying 3 results from an estimated 3 matches for "cotnains".
Did you mean:
contains
2018 Feb 16
0
[PATCH 1/3] Skip non-feature HID reports
...the corresponding reports and their lengths.
The descriptor defines items in a single report in the order of
input (8bits), input (8bits), output (5bits), input (8bits).
The corresponding report examples given show that an input report
_only_ contains the input items, and the output report _only_
cotnains the output items.
So, in this case, the first input item would be located in the input
report at data offset 0, and the first output item would similarly be
at data offset 0 in the output report (not the 3rd.)
Requesting an input report and interpreting output items in it makes
no sense, similarl...
2011 Mar 07
6
Dell PERC H800 commandline RAID monitoring tools
We're looking for tools to be used in monitoring the PERC H800 arrays on
a set of database servers running CentOS 5.5.
We've installed most of the OMSA (Dell monitoring) suite.
Our current alerting is happening through SNMP, though it's a bit hit or
miss (we apparently missed a couple of earlier predictive failure alerts
on one drive).
OMSA conflicts with mega-cli, though we may
2018 Feb 15
2
[PATCH 1/3] Skip non-feature HID reports
On Feb 3, 2018, at 7:19 PM, Russell King wrote:
>
> Input and Output reports are used for interrupt endpoints rather than
> control endpoints. HIDGetItemData() only ever requests feature
> report IDs, and requesting non-feature report IDs as feature IDs may
> lead to undesirable results and errors.
This one made me scratch my head a bit.
I don't think it's unreasonable