Skip to content

Commit f5c81b2

Browse files
committed
wip: Set bInterfaceProtocol to 0x10 for orbtag.
1 parent 51aee0c commit f5c81b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orbtrace/soc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def add_trace(self):
479479
i.bInterfaceNumber = if_num
480480
i.bInterfaceClass = 0xff
481481
i.bInterfaceSubclass = 0x54
482-
i.bInterfaceProtocol = 0x00
482+
i.bInterfaceProtocol = 0x10
483483

484484
i.iInterface = 'Trace'
485485

0 commit comments

Comments
 (0)