-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 6e46847
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 685160a commit 6e46847
1 file changed
+1
-0
lines changed| 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