mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
Consistently mark frame owners
This commit is contained in:
@@ -339,6 +339,7 @@ bool CDChanger::pending() { return cdtimer_pending(); }
|
||||
void CDChanger::resolvepending() { cdtimer_clear(); }
|
||||
|
||||
void CDChanger::emit(Frame *out, uint16_t peripheral) {
|
||||
out->owning_device = id; // so react() routes r_StateReport back here
|
||||
out->peripheral_addr = peripheral;
|
||||
generateStatus(out, false, Device::STATUS);
|
||||
out->reaction = r_StateReport;
|
||||
|
||||
Reference in New Issue
Block a user