How To Disable input driver

2009-02-11 Thread linux multitouch
Hi
I am using Xorg version - 1.5.2
I am developing kernel driver which create /dev/eventX - file.
when i insert the kernel driver X11 thinks it's a mouse.
how can i configure the X11 to ignore the driver (/dev/eventX)
thanks
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: How To Disable input driver

2009-02-11 Thread linux multitouch
Hi
thanks for the fast reply.
i want this option because i am developing the kernel driver.
when the X11 see a new input device connected. it recognize it like a mouse,

and X11 behave wired.
I didn't develop any X11 driver.
The X11 detect the the device as (type: MOUSE),
and if remove evdev_drv.so I will not have mouse in the system,
so i can not remove the driver, but i would like X11 to ignore this
/dev/input/files/.
so i will try to configure the HAL Magnus Kessler suggested.

On Wed, Feb 11, 2009 at 5:27 PM, Matthew Garrett mj...@srcf.ucam.orgwrote:

 On Wed, Feb 11, 2009 at 04:38:41PM +0200, linux multitouch wrote:
 Hi
 I am using Xorg version - 1.5.2
 I am developing kernel driver which create /dev/eventX - file.
 when i insert the kernel driver X11 thinks it's a mouse.
 how can i configure the X11 to ignore the driver (/dev/eventX)
 thanks

 Why do you want to do this?

 --
 Matthew Garrett | mj...@srcf.ucam.org

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Zoom in/OUT additional question

2009-01-26 Thread linux multitouch
Hi
I posted a question about the subject zoom in zoom out.
i am writing X11 input driver.
i looked at the kdb input driver and it use
xf86ProcessActionEvent(ACTION_PREV_MODE, NULL);
xf86ProcessActionEvent(ACTION_NEXT_MODE, NULL);
to emulate zoom in zoom out.Is it the right way.?
Peter Hutterer answer me and told me to use
KEY_ZOOMIN and KEY_ZOOMOUT
But i don't know how to send these events/
thank you
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Input driver event question

2009-01-25 Thread linux multitouch
Thanks for the replay
how can configure the xkb to support
these event's (Zoom, Scroll)

On Mon, Jan 26, 2009 at 1:45 AM, Peter Hutterer peter.hutte...@who-t.netwrote:

 On Sun, Jan 25, 2009 at 03:54:43PM +0200, linux multitouch wrote:
  I am developing X11 input driver
  I would like to simulate these events:
  1. zoom In/Out.

 Send a KEY_ZOOMIN and KEY_ZOOMOUT event and hope that the xkb configuration
 includes Xf86ZoomIn and Xf86ZoomOut in the inet symbols.

  2. Scroll

 buttons 4, 5, 6, 7 are traditionally interpreted as wheel up, down, left,
 right.

  How can i implements these events


 Cheers,
   Peter

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Input driver event question

2009-01-25 Thread linux multitouch
thank you
problem solved


On Mon, Jan 26, 2009 at 1:45 AM, Peter Hutterer peter.hutte...@who-t.netwrote:

 On Sun, Jan 25, 2009 at 03:54:43PM +0200, linux multitouch wrote:
  I am developing X11 input driver
  I would like to simulate these events:
  1. zoom In/Out.

 Send a KEY_ZOOMIN and KEY_ZOOMOUT event and hope that the xkb configuration
 includes Xf86ZoomIn and Xf86ZoomOut in the inet symbols.

  2. Scroll

 buttons 4, 5, 6, 7 are traditionally interpreted as wheel up, down, left,
 right.

  How can i implements these events


 Cheers,
   Peter

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

MultiTouch Support

2009-01-20 Thread linux multitouch
Hi
I would like to know if X11 support multitouch.
is there a discussion about this topic,
or a develop stream
thank you
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg