feat(hid): Add C_AC_DESKTOP_SHOW_ALL_APPLICATIONS

* support for C_AC_DESKTOP_SHOW_ALL_APPLICATIONS

Co-authored-by: Shreyas Kale <shreyaskale@Shreyass-MacBook-Pro.local>
This commit is contained in:
Shreyas
2022-08-22 00:27:47 -04:00
committed by GitHub
parent b21ddcf79a
commit 391f80f069
3 changed files with 28 additions and 2 deletions

View File

@@ -7251,7 +7251,7 @@ export default [
windows: null,
linux: true,
android: true,
macos: null,
macos: true,
ios: null,
},
footnotes: {},
@@ -7713,7 +7713,28 @@ export default [
windows: null,
linux: true,
android: null,
macos: null,
macos: true,
ios: null,
},
footnotes: {},
},
{
names: ["C_AC_DESKTOP_SHOW_ALL_APPLICATIONS"],
description: "Desktop Show All Applications",
context: "Consumer AC",
clarify: true,
usages: [
{
application: consumerApplication,
item: usage(consumerPage, 0x2a2),
},
],
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=153",
os: {
windows: null,
linux: true,
android: null,
macos: true,
ios: null,
},
footnotes: {},