On Wed, Jul 15, 2015 at 01:00:31PM -0500, Derek Foreman wrote:
> "v7" of my "Don't allow direct use of seat->device pointers" stuff.
>
> Those pointers are funny in that they only exist after a device has been
> plugged in, and they don't ever go away. We're supposed to check if
> the associated
"v7" of my "Don't allow direct use of seat->device pointers" stuff.
Those pointers are funny in that they only exist after a device has been
plugged in, and they don't ever go away. We're supposed to check if
the associated _device_count > 0 before using them. The final patch
in this series adds