[Bug 196678] [x11-servers/xorg-server] [PATCH] Xorg devd backend

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 14 13:32:58 UTC 2015


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

--- Comment #21 from Jan Beich <jbeich at 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.


More information about the freebsd-x11 mailing list