Commit b204970c authored by rockot@chromium.org's avatar rockot@chromium.org

Add template for chrome.hid documentation.

Also update channel to stable.

BUG=348085

Review URL: https://codereview.chromium.org/184483005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266393 0039d316-1c4b-4281-b951-d872f2087c98
parent 58ec0f4f
...@@ -6,10 +6,12 @@ ...@@ -6,10 +6,12 @@
// This API provides access to HID operations from within the context of an app. // 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. // Using this API, apps can function as drivers for hardware devices.
namespace hid { namespace hid {
// HID usage pair. Each enumerated device interface exposes an array of
// HID usage pair. // these objects. Values correspond to those defined by the
// |usage_page|: HID usage page. // <a href="http://www.usb.org/developers/devclass_docs/HID1_11.pdf>
// |usage|: HID usage. // HID device class specification</a>.
// |usage_page|: HID usage page identifier.
// |usage|: Page-defined usage identifier.
dictionary HidUsageAndPage { dictionary HidUsageAndPage {
long usage_page; long usage_page;
long usage; long usage;
......
{{+partials.standard_apps_api api:apis.hid/}}
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