-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit bdc4706
usb-device-hid: Return True after submit_xfer.
This tells the caller that no error has occurred. The child classes can
use this state to do double buffering correctly.
If any fundamental error occurs in submit_xfer, the underlying code will
raise an exception.
Signed-off-by: Hyx <hyx0329@outlook.com>1 parent ea763ca commit bdc4706
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 | | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | + | ||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
0 commit comments