Re: [PATCH weston 00/17] Don't allow direct use of seat->device pointers

2015-07-16 Thread Bryce Harrington
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

[PATCH weston 00/17] Don't allow direct use of seat->device pointers

2015-07-15 Thread Derek Foreman
"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