// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Use the chrome.hid API to interact with connected HID devices. // This API provides access to HID operations from within the context of an app. // Using this API, apps can function as drivers for hardware devices. namespace hid { // HID usage pair. Each enumerated device interface exposes an array of // these objects. Values correspond to those defined by the //