[meta-intel] [PATCH] xserver-xf86-config: remove redundant files, clean up broken ones

2013-09-18 Thread Ross Burton
Most BSPs appear to be derived from what appears to be a stale copy of the atom-pc xorg.conf which was either repeating defaults (the screen configuration), pointlessly hard-coding (specifying video driver when X can auto-probe), or actively harmful (disabling hotplugged input devices). Delete

[meta-intel] [PATCH][minnowboard] xserver-xf86-config: allow hotplugged input

2013-09-18 Thread Ross Burton
DontZap defaults to 0 anyway, and AutoAddDevices=False means that hotplugged input devices won't work. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../xorg-xserver/xserver-xf86-config/minnow/xorg.conf |5 - 1 file changed, 5 deletions(-) diff --git

Re: [meta-intel] [PATCH] xserver-xf86-config: remove redundant files, clean up broken ones

2013-09-18 Thread Darren Hart
On Wed, 2013-09-18 at 23:23 +0100, Ross Burton wrote: Most BSPs appear to be derived from what appears to be a stale copy of the atom-pc xorg.conf which was either repeating defaults (the screen configuration), pointlessly hard-coding (specifying video driver when X can auto-probe), or

Re: [meta-intel] [PATCH] xserver-xf86-config: remove redundant files, clean up broken ones

2013-09-18 Thread Burton, Ross
On 19 September 2013 00:31, Darren Hart dvh...@linux.intel.com wrote: On Wed, 2013-09-18 at 23:23 +0100, Ross Burton wrote: Most BSPs appear to be derived from what appears to be a stale copy of the atom-pc xorg.conf which was either repeating defaults (the screen configuration), pointlessly

Re: [meta-intel] [PATCH] xserver-xf86-config: remove redundant files, clean up broken ones

2013-09-18 Thread Burton, Ross
On 19 September 2013 00:43, Burton, Ross ross.bur...@intel.com wrote: Typically we do changes like with one patch per BSP to help keep things a bit more flexible in the face of regressions. I started doing that but then got rapidly bored with copy-paste... I can split it up though. The same