<- Chrome Settings Library

UsbDetachableAllowlist

Allowlist of USB detachable devices
Last updated October 8, 2024

Setting the policy defines the list of USB devices users can detach from their kernel driver to use through the chrome.usb API directly inside a web app. Entries are pairs of USB Vendor Identifier and Product Identifier to identify specific hardware. If not set, the list of a detachable USB devices is empty.

Supported On:
Platform Start End
ChromeOS 87
Example value:

{"0":{"vendor_id":1027,"product_id":24577},"1":{"vendor_id":16700,"product_id":8453}}

Features: