Skip to content

Commit

Permalink
Feat (samples): update USB keyboard reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Aug 7, 2024
1 parent 6a44296 commit 1254c3e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Docs/05 - XML Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ For others cases, you should configure USB devices like mouse and keyboard to di
<hostdev mode="subsystem" type="usb" managed="yes">
<source startupPolicy="optional">
<vendor id="0x046d"/>
<product id="0xc52b"/>
<product id="0xc548"/>
</source>
</hostdev>
</devices>
Expand Down
2 changes: 1 addition & 1 deletion Samples/arch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<hostdev mode='subsystem' type='usb' managed='yes'>
<source startupPolicy='optional'>
<vendor id='0x046d'/>
<product id='0xc52b'/>
<product id='0xc548'/>
</source>
<address type='usb' bus='0' port='1'/>
</hostdev>
Expand Down
2 changes: 1 addition & 1 deletion Samples/deepin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<hostdev mode='subsystem' type='usb' managed='yes'>
<source startupPolicy='optional'>
<vendor id='0x046d'/>
<product id='0xc52b'/>
<product id='0xc548'/>
</source>
<address type='usb' bus='0' port='1'/>
</hostdev>
Expand Down
2 changes: 1 addition & 1 deletion Samples/fedora.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<hostdev mode='subsystem' type='usb' managed='yes'>
<source startupPolicy='optional'>
<vendor id='0x046d'/>
<product id='0xc52b'/>
<product id='0xc548'/>
</source>
<address type='usb' bus='0' port='1'/>
</hostdev>
Expand Down
2 changes: 1 addition & 1 deletion Samples/macos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<hostdev mode='subsystem' type='usb' managed='yes'>
<source startupPolicy='optional'>
<vendor id='0x046d'/>
<product id='0xc52b'/>
<product id='0xc548'/>
</source>
<address type='usb' bus='0' port='3'/>
</hostdev>
Expand Down
2 changes: 1 addition & 1 deletion Samples/popos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<hostdev mode='subsystem' type='usb' managed='yes'>
<source startupPolicy='optional'>
<vendor id='0x046d'/>
<product id='0xc52b'/>
<product id='0xc548'/>
</source>
<address type='usb' bus='0' port='1'/>
</hostdev>
Expand Down
2 changes: 1 addition & 1 deletion Samples/ubuntu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<hostdev mode='subsystem' type='usb' managed='yes'>
<source startupPolicy='optional'>
<vendor id='0x046d'/>
<product id='0xc52b'/>
<product id='0xc548'/>
</source>
<address type='usb' bus='0' port='1'/>
</hostdev>
Expand Down
2 changes: 1 addition & 1 deletion Samples/windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<hostdev mode='subsystem' type='usb' managed='yes'>
<source>
<vendor id='0x046d'/>
<product id='0xc52b'/>
<product id='0xc548'/>
</source>
<address type='usb' bus='0' port='1'/>
</hostdev>
Expand Down

0 comments on commit 1254c3e

Please sign in to comment.