Commit ff0b78c2 authored by Matt Reynolds's avatar Matt Reynolds Committed by Chromium LUCI CQ

[webhid] Add Jabra blocklist rule

Blocks access to certain proprietary functionality.
https://github.com/WICG/webhid/pull/47

Bug: 1163593
Change-Id: I42dc674242823da0534456341f8bbbcdb38a5fb3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612486
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Auto-Submit: Matt Reynolds <mattreynolds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840704}
parent b44553e5
...@@ -88,6 +88,10 @@ constexpr HidBlocklist::Entry kStaticEntries[] = { ...@@ -88,6 +88,10 @@ constexpr HidBlocklist::Entry kStaticEntries[] = {
VENDOR_PRODUCT_RULE(0x2abe, 0x1002), VENDOR_PRODUCT_RULE(0x2abe, 0x1002),
// Feitian USB, HyperFIDO // Feitian USB, HyperFIDO
VENDOR_PRODUCT_RULE(0x2ccf, 0x0880), VENDOR_PRODUCT_RULE(0x2ccf, 0x0880),
// Block Jabra access to certain proprietary functionality.
{true, /*vendorId=*/0x0b0e, false, 0, true, /*usagePage=*/0xff00, false, 0,
true, /*reportId=*/0x05, HidBlocklist::ReportType::kReportTypeOutput},
}; };
bool IsValidBlocklistEntry(const HidBlocklist::Entry& entry) { bool IsValidBlocklistEntry(const HidBlocklist::Entry& entry) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment