Re: Input subsystem comparable to linux planned

2013-02-19 Thread Jan Beich
Martin Laabs i...@martinlaabs.de writes:

 Hi,

 maybe you know the input subsystem of linux that is very flexible in terms
 of various input data interpretations.
 Are there plans to implement something comparable into the freebsd system?
 The background is, that I currently write a joystick driver supporting USB
 joysticks for FreeBSD.
 At the moment it supports the joystick api from linux which makes it easy
 to port i.e. plib to use it.
 I however would also like to support the input subsystem API which is some
 what more complicated. So - before writing some emulating code for the
 linuxulator I wanna ask if it is planned to put something equal into the
 freebsd kernel.

webcamd already provides support for linux input API for at least one
type of input devices - wacom tablets. There is also preliminary support
for joydev (ulinux@r2494). But a lot of devices including usb joysticks
and non-wacom tablets use hid-core.c rather than their own driver...

http://lists.freebsd.org/pipermail/freebsd-multimedia/2012-November/013553.html
http://lists.freebsd.org/pipermail/freebsd-usb/2013-January/011816.html

And if you mean the approach that can be used by the console driver
there was GSoC 2007, not sure what happened thereafter.

https://wiki.freebsd.org/GenericInputDeviceLayer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Input subsystem comparable to linux planned

2013-02-18 Thread Martin Laabs
Hi,

maybe you know the input subsystem of linux that is very flexible in terms
of various input data interpretations.
Are there plans to implement something comparable into the freebsd system?
The background is, that I currently write a joystick driver supporting USB
joysticks for FreeBSD.
At the moment it supports the joystick api from linux which makes it easy
to port i.e. plib to use it.
I however would also like to support the input subsystem API which is some
what more complicated. So - before writing some emulating code for the
linuxulator I wanna ask if it is planned to put something equal into the
freebsd kernel.

Thank you,
 Martin Laabs

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org