Skip to content

Commit

Permalink
wip: Set bInterfaceProtocol to 0x10 for orbtag.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyp committed Aug 12, 2024
1 parent 51aee0c commit f5c81b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbtrace/soc.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def add_trace(self):
i.bInterfaceNumber = if_num
i.bInterfaceClass = 0xff
i.bInterfaceSubclass = 0x54
i.bInterfaceProtocol = 0x00
i.bInterfaceProtocol = 0x10

i.iInterface = 'Trace'

Expand Down

0 comments on commit f5c81b2

Please sign in to comment.