Re: Adding rotation to xf86-video-omapfb

2012-12-28 Thread Maarten Maathuis
On Fri, Dec 28, 2012 at 3:50 AM, Daniel Stone dan...@fooishbar.org wrote: Hi, On 28 December 2012 01:08, Maarten Maathuis madman2...@gmail.com wrote: As far as i remember you typically allocate a shadow (there are some driver hooks for that, check existing drivers like intel, radeon or

[PATCH synaptics] Free mtdev device as well as closing it

2012-12-28 Thread Daniel Stone
mtdev_close_delete() is to mtdev_new_open() as mtdev_close() is to mtdev_open(). So, since we're using mtdev_new_open(), we need to use mtdev_close_delete() instead of just mtdev_close() to actually free everything. Fixes an eventual failure to open the touchpad device after a lot of