Skip to content

Commit

Permalink
Add generic capability for device specific work arounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwood committed Jun 20, 2024
1 parent 95a0a3f commit 59614ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capabilities/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const (
LocalDebugFlag = da.Capability(0xff00)
RemoteDebugFlag = da.Capability(0xff01)
MessageCaptureDebugFlag = da.Capability(0xff20)
DeviceWorkaroundFlag = da.Capability(0xfff0)
)

var StandardNames = map[da.Capability]string{
Expand All @@ -65,4 +66,5 @@ var StandardNames = map[da.Capability]string{
LocalDebugFlag: "LocalDebug",
RemoteDebugFlag: "RemoteDebug",
MessageCaptureDebugFlag: "MessageCaptureDebug",
DeviceWorkaroundFlag: "DeviceWorkaround",
}

0 comments on commit 59614ab

Please sign in to comment.