On Thu, Mar 22, 2012 at 01:54:30PM -0700, Chase Douglas wrote: > On 03/22/2012 11:59 AM, [email protected] wrote: > > From: Thomas Voß <tvoss@tvoss-ThinkPad-X121e.(none)> > > Looks like your email wasn't formatted properly :). I'm guessing you > were missing a newline between the subject and the commit message. You > also need to set your email address in ~/.gitconfig. > > I can fix these issues up on my end for this commit. > > > --- > > data/Makefile.am | 2 +- > > data/X11/xorg.conf.d/99-virtual-test-devices.conf | 4 ++++ > > 2 files changed, 5 insertions(+), 1 deletions(-) > > create mode 100644 data/X11/xorg.conf.d/99-virtual-test-devices.conf > > > > diff --git a/data/Makefile.am b/data/Makefile.am > > index bf74a73..b90179a 100644 > > --- a/data/Makefile.am > > +++ b/data/Makefile.am > > @@ -23,4 +23,4 @@ > > # SOFTWARE. > > # > > > > -nobase_data_DATA = xorg/gtest/dummy.conf > > +nobase_data_DATA = xorg/gtest/dummy.conf > > X11/xorg.conf.d/99-virtual-test-device.conf > > diff --git a/data/X11/xorg.conf.d/99-virtual-test-devices.conf > > b/data/X11/xorg.conf.d/99-virtual-test-devices.conf > > new file mode 100644 > > index 0000000..2d712a4 > > --- /dev/null > > +++ b/data/X11/xorg.conf.d/99-virtual-test-devices.conf > > @@ -0,0 +1,4 @@ > > +Section "InputClass" > > + MatchProduct "Virtual Test Device" > > + Option "GrabEventDevice" "false" > > +EndSection > > Looks good to me. > > Reviewed-by: Chase Douglas <[email protected]> > > Peter, does this look good to you too?
it'll only work for synaptics, so you may want a MatchDriver "synaptics" in there as well, just in case. not that it matters much though. Acked-by: Peter Hutterer <[email protected]> otherwise Cheers, Peter _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
