Re: [PATCH RESEND 5/5] xfree86: use NewInputDeviceRequest for xorg.conf devices too

2011-10-20 Thread Daniel Stone
Hi, On Thu, Oct 20, 2011 at 01:05:32PM +1000, Peter Hutterer wrote: diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c index 96e98c1..cb4be42 100644 --- a/hw/xfree86/common/xf86Config.c +++ b/hw/xfree86/common/xf86Config.c @@ -1196,6 +1196,10 @@

Re: [PATCH RESEND 5/5] xfree86: use NewInputDeviceRequest for xorg.conf devices too

2011-10-20 Thread Peter Hutterer
On Thu, Oct 20, 2011 at 02:17:57PM +0100, Daniel Stone wrote: Hi, On Thu, Oct 20, 2011 at 01:05:32PM +1000, Peter Hutterer wrote: diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c index 96e98c1..cb4be42 100644 --- a/hw/xfree86/common/xf86Config.c +++

[PATCH RESEND 5/5] xfree86: use NewInputDeviceRequest for xorg.conf devices too

2011-10-19 Thread Peter Hutterer
Only use one init path for input devices - through NIDR. This requires that inp_driver and inp_identifier from the XF86ConfInputRec are copied over into the options for NIDR to see them. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- hw/xfree86/common/xf86Config.c |8