Skip to content

Commit b1edc6f

Browse files
committed
microsoft_wcid: Fix Microsoft OS 2.0 Descriptor request handler.
1 parent a1c3e69 commit b1edc6f

File tree

1 file changed

+2
-0
lines changed
  • orbtrace/microsoft_wcid/luna/gateware/usb/requests/windows

1 file changed

+2
-0
lines changed

orbtrace/microsoft_wcid/luna/gateware/usb/requests/windows/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ def elaborate(self, platform) -> Module:
7979
]
8080

8181
with m.If(self.handlerCondition(setup)):
82+
m.d.comb += interface.claim.eq(1)
83+
8284
with m.FSM(domain = 'usb'):
8385
# IDLE -- not handling any active request
8486
with m.State('IDLE'):

0 commit comments

Comments
 (0)