docs(codes): Windows Support: Audio Controls
This commit is contained in:
parent
4a547555bf
commit
1e4f0147ad
1 changed files with 10 additions and 10 deletions
|
@ -3215,7 +3215,7 @@ export default [
|
||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: true,
|
macos: true,
|
||||||
|
@ -3236,7 +3236,7 @@ export default [
|
||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
|
@ -3257,7 +3257,7 @@ export default [
|
||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=86",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
|
@ -4375,7 +4375,7 @@ export default [
|
||||||
documentation:
|
documentation:
|
||||||
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
|
@ -4397,7 +4397,7 @@ export default [
|
||||||
documentation:
|
documentation:
|
||||||
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
|
@ -4419,7 +4419,7 @@ export default [
|
||||||
documentation:
|
documentation:
|
||||||
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
"https://source.android.com/devices/input/keyboard-devices#hid-keyboard-and-keypad-page-0x07",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: false,
|
macos: false,
|
||||||
|
@ -6093,7 +6093,7 @@ export default [
|
||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: true,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: null,
|
macos: null,
|
||||||
|
@ -6114,7 +6114,7 @@ export default [
|
||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: false,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: false,
|
android: false,
|
||||||
macos: null,
|
macos: null,
|
||||||
|
@ -6135,7 +6135,7 @@ export default [
|
||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: true,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: true,
|
macos: true,
|
||||||
|
@ -6156,7 +6156,7 @@ export default [
|
||||||
],
|
],
|
||||||
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
documentation: "https://usb.org/sites/default/files/hut1_2.pdf#page=139",
|
||||||
os: {
|
os: {
|
||||||
windows: null,
|
windows: true,
|
||||||
linux: true,
|
linux: true,
|
||||||
android: true,
|
android: true,
|
||||||
macos: true,
|
macos: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue