Commit afa2a42d authored by Reilly Grant's avatar Reilly Grant Committed by Commit Bot

Update WebUSB blocklist

This change updates usb_blocklist.cc with the latest devices as of this
pull request:

https://github.com/WICG/webusb/pull/149

Change-Id: I8669d03dbe2893045e77664d4fa68721d71c01d9
Reviewed-on: https://chromium-review.googlesource.com/1213938Reviewed-by: default avatarJun Cai <juncai@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589997}
parent acbc5e46
...@@ -68,6 +68,8 @@ const UsbBlocklist::Entry kStaticEntries[] = { ...@@ -68,6 +68,8 @@ const UsbBlocklist::Entry kStaticEntries[] = {
{0x096e, 0x085b, kMaxVersion}, // Feitian {0x096e, 0x085b, kMaxVersion}, // Feitian
{0x096e, 0x0880, kMaxVersion}, // HyperFIDO {0x096e, 0x0880, kMaxVersion}, // HyperFIDO
{0x09c3, 0x0023, kMaxVersion}, // HID Global BlueTrust Token
// Yubikey devices. https://crbug.com/818807 // Yubikey devices. https://crbug.com/818807
{0x1050, 0x0010, kMaxVersion}, {0x1050, 0x0010, kMaxVersion},
{0x1050, 0x0018, kMaxVersion}, {0x1050, 0x0018, kMaxVersion},
......
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