Skip to content

Commit

Permalink
Merge pull request #45 from miek/usb_standard_features
Browse files Browse the repository at this point in the history
types: add Standard Feature Selectors
  • Loading branch information
antoinevg authored Jun 13, 2024
2 parents 6fc5008 + a9eaed1 commit 5113495
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions usb_protocol/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,3 +621,8 @@ class USBStandardRequests(IntEnum):
SET_INTERFACE_DS = 23
SET_SEL = 48
SET_ISOCH_DELAY = 49

class USBStandardFeatures(IntEnum):
ENDPOINT_HALT = 0
DEVICE_REMOTE_WAKEUP = 1
TEST_MODE = 2

0 comments on commit 5113495

Please sign in to comment.