Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2015 13:32:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-x11@FreeBSD.org
Subject:   [Bug 196678] [x11-servers/xorg-server] [PATCH] Xorg devd backend
Message-ID:  <bug-196678-8047-M4b4LivwZo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196678-8047@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196678-8047@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678

--- Comment #21 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Hans Petter Selasky from comment #18)
> Maybe we could do an IOCTL to figure out more specific information ...

Maybe also fetch device description similar to mousedrv(4x)

  $ xinput
  [...]
  ⎜   ↳ USB Laser Mouse                           id=8    [slave  pointer  (2)]
  ⎜   ↳ input/event0                              id=9    [slave  pointer  (2)]
  ⎜   ↳ input/event1                              id=10   [slave  pointer  (2)]
  ⎜   ↳ input/event2                              id=11   [slave  pointer  (2)]

(In reply to Hans Petter Selasky from comment #19)
> Is this something which can be solved as a separate bug item?

evdev(4x) (lack of) configuration is already big improvement over wacom(4x).
Users with more than one tablet and/or touchscreen are probably rare. And
joysticks still lack actual (e.g. xpad) or generic (from hid-core.c) driver to
be usable.

comment 16 confusion was from the following experiment

  Section "InputClass"
          Identifier "wacom only touch/pad"
          MatchIsTablet "true"
          Option "Ignore" "true"
  EndSection

vs.

  Section "InputClass"
          Identifier "wacom only stylus/eraser"
          MatchIsTouchpad "true"
          Option "Ignore" "true"
  EndSection

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196678-8047-M4b4LivwZo>