--- - branch: MAIN date: Thu Aug 2 06:09:05 UTC 2018 files: - new: '1.29' old: '1.28' path: src/sys/dev/usb/if_athn_usb.c pathrev: src/sys/dev/usb/if_athn_usb.c@1.29 type: modified - new: '1.29' old: '1.28' path: src/sys/dev/usb/if_run.c pathrev: src/sys/dev/usb/if_run.c@1.29 type: modified - new: '1.63' old: '1.62' path: src/sys/dev/usb/if_atu.c pathrev: src/sys/dev/usb/if_atu.c@1.63 type: modified - new: '1.63' old: '1.62' path: src/sys/dev/usb/if_rum.c pathrev: src/sys/dev/usb/if_rum.c@1.63 type: modified - new: '1.63' old: '1.62' path: src/sys/dev/usb/if_urtwn.c pathrev: src/sys/dev/usb/if_urtwn.c@1.63 type: modified - new: '1.145' old: '1.144' path: src/sys/dev/usb/if_aue.c pathrev: src/sys/dev/usb/if_aue.c@1.145 type: modified - new: '1.92' old: '1.91' path: src/sys/dev/usb/if_axe.c pathrev: src/sys/dev/usb/if_axe.c@1.92 type: modified - new: '1.16' old: '1.15' path: src/sys/dev/usb/if_axen.c pathrev: src/sys/dev/usb/if_axen.c@1.16 type: modified - new: '1.80' old: '1.79' path: src/sys/dev/usb/if_cue.c pathrev: src/sys/dev/usb/if_cue.c@1.80 type: modified - new: '1.35' old: '1.34' path: src/sys/dev/usb/if_otus.c pathrev: src/sys/dev/usb/if_otus.c@1.35 type: modified - new: '1.36' old: '1.35' path: src/sys/dev/usb/if_smsc.c pathrev: src/sys/dev/usb/if_smsc.c@1.36 type: modified - new: '1.55' old: '1.54' path: src/sys/dev/usb/if_udav.c pathrev: src/sys/dev/usb/if_udav.c@1.55 type: modified - new: '1.22' old: '1.21' path: src/sys/dev/usb/if_upgt.c pathrev: src/sys/dev/usb/if_upgt.c@1.22 type: modified - new: '1.57' old: '1.56' path: src/sys/dev/usb/if_ural.c pathrev: src/sys/dev/usb/if_ural.c@1.57 type: modified - new: '1.60' old: '1.59' path: src/sys/dev/usb/if_url.c pathrev: src/sys/dev/usb/if_url.c@1.60 type: modified - new: '1.17' old: '1.16' path: src/sys/dev/usb/if_urtw.c pathrev: src/sys/dev/usb/if_urtw.c@1.17 type: modified - new: '1.17' old: '1.16' path: src/sys/dev/usb/uatp.c pathrev: src/sys/dev/usb/uatp.c@1.17 type: modified - new: '1.50' old: '1.49' path: src/sys/dev/usb/if_zyd.c pathrev: src/sys/dev/usb/if_zyd.c@1.50 type: modified - new: '1.171' old: '1.170' path: src/sys/dev/usb/usb.c pathrev: src/sys/dev/usb/usb.c@1.171 type: modified - new: '1.226' old: '1.225' path: src/sys/dev/usb/usb_subr.c pathrev: src/sys/dev/usb/usb_subr.c@1.226 type: modified - new: '1.95' old: '1.94' path: src/sys/dev/usb/usbdi.h pathrev: src/sys/dev/usb/usbdi.h@1.95 type: modified id: 20180802T060905Z.041a02442c463a132ca26a948cdc9afb9fdfb39f log: | Fix usb_rem_task_wait API. - Return whether it removed task from queue or not. . True if it was on the queue and we intercepted it before it ran. . False if we could not intercept it: either it wasn't queued, or it already ran. (Up to caller to distinguish these cases.) - Pass an optional interlock like callout_halt. While here, simplify. ok mrg@ module: src subject: 'CVS commit: src/sys/dev/usb' unixtime: '1533190145' user: riastradh