2008-02-26 17:45:23 can mouse AND touchscreen HID be implemented?
Bill Fassler (UNITED STATES)
Message: 51679 My initial attempts to configure both mouse and touchscreen for microwindows failed, presumably because I apparently can not have both. Is this a nano-X limitation or uClinux?
I have had multiple HID devices on a desktop without issue. Such as mouse and pen-pad.
Bill
QuoteReplyEditDelete
2008-02-26 18:04:46 Re: can mouse AND touchscreen HID be implemented?
Michael Hennerich (GERMANY)
Message: 51681
If there is any limitation then by NANO-X - On uClinux same as on Linux you can use as much Input devices as you like - I've used TS + USB Keyboard and 2 USB MIce the same time before.
Never tested this in Microwin
-Michael
QuoteReplyEditDelete
2008-02-26 18:19:32 Re: can mouse AND touchscreen HID be implemented?
Mike Frysinger (UNITED STATES)
Message: 51683 that's because in the X configuration you run on your desktop uses pseudo devices (like /dev/input/mice where the kernel accumulates all pointing devices) or the default config for many distributions declares multiple input devices (the mice as the core and all the others as secondary)
i'd look at the nano-x configuration file to see about declaring multiple inputs
as Michael said, there is not linux limitation for using multiple inputs simultaneously