--- - branch: MAIN date: Mon Mar 28 12:43:03 UTC 2022 files: - new: '1.53' old: '1.52' path: src/sys/dev/usb/ucycom.c pathrev: src/sys/dev/usb/ucycom.c@1.53 type: modified - new: '1.84' old: '1.83' path: src/sys/dev/usb/uhidev.c pathrev: src/sys/dev/usb/uhidev.c@1.84 type: modified - new: '1.23' old: '1.22' path: src/sys/dev/usb/uhidev.h pathrev: src/sys/dev/usb/uhidev.h@1.23 type: modified id: 20220328T124303Z.9034a4ee4f09237a7bb73317588b8b19490941b3 log: | uhidev(9): New uhidev_write_async. Like uhidev_write but issues the transfer asynchronously with a callback. Use it in ucycom(4). Also, clear endpoint stalls asynchronously -- can't do them synchronously in xfer callbacks which run at softint and therefore can't wait in cv_wait as usbd_do_request does. module: src subject: 'CVS commit: src/sys/dev/usb' unixtime: '1648471383' user: riastradh