Update 'USB config & command protocol'

Triss 2021-08-17 22:16:10 +00:00
parent 35b8426157
commit 4080d4a486
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
# Wire protocol # Wire protocol
The device has a "configuration and command" USB *vendor* interface, it has subclass number 42, and protocol number 69. The VID/PID pair is currently cafe:1312. as you may have noticed, these magic identification numbers are still temporary. The device has a "configuration and command" USB *vendor* interface, it has subclass number 68 ('D'), and protocol number 80 ('P'). The VID/PID pair is currently cafe:1312.
The host sends a message and the device sends a reply. The device never initiates a transfer. The host sends a message and the device sends a reply. The device never initiates a transfer.