On Thu, Dec 24, 2020 at 08:14:34AM -0600, Jonathon Jongsma wrote: > The udev thread handles received udev events. This is accomplished by > setting dataReady to 'true' and signalling the thread. > > We also want to use this thread to handle mdev events, so we'll need to > add another variable to indicate which event has woken the thread. To > prepare for this, rename 'dataReady' so that it is clear that when this > variable is set, the udev event needs to be handled. Mdevctl events will > use a different variable name. > > Signed-off-by: Jonathon Jongsma <jjongsma@xxxxxxxxxx> > --- Depending on what we're going to do with 11/21, this can have a conditional: Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx>