Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] /dev management ?
@ 2015-10-30 12:17 David Picard
  2015-10-30 12:36 ` Floris Bos
  0 siblings, 1 reply; 2+ messages in thread
From: David Picard @ 2015-10-30 12:17 UTC (permalink / raw)
  To: buildroot

Hello,

I am trying to get the ft6x06 touchscreen driver to work. When I load 
the driver, /dev/input/mouse0 is created, but no /dev/input/event*. Same 
thing when I hook up a USB mouse. With both devices, I can "cat 
/dev/input/mouse0 | hexdump" and see events when I move the mouse / 
touch the screen.

evtest and ts_test won't work, complaining that /dev/input/mouse0 is not 
a Linux input event device. My Qt5 app doesn't grab the touchscreen events.

My config :
- Raspberry Pi B+ and Adafruit 2.8" PiTFT w/ cap touch. I got the 
display part working OK.
- Buildroot 2015.08.1
- default /dev management method, i.e. "Dynamic using devtmpfs only".
- rootnfs (root file system on my laptop)


Thanks in advance for your help,
David.

------
Platform :

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] /dev management ?
  2015-10-30 12:17 [Buildroot] /dev management ? David Picard
@ 2015-10-30 12:36 ` Floris Bos
  0 siblings, 0 replies; 2+ messages in thread
From: Floris Bos @ 2015-10-30 12:36 UTC (permalink / raw)
  To: buildroot

On 10/30/2015 01:17 PM, David Picard wrote:
> I am trying to get the ft6x06 touchscreen driver to work. When I load 
> the driver, /dev/input/mouse0 is created, but no /dev/input/event*. 

Recall the default raspberry_defconfig builds evdev as module instead of 
into the kernel.
So you might need to do "modprobe evdev"


Yours sincerely,

Floris Bos

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-30 12:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 12:17 [Buildroot] /dev management ? David Picard
2015-10-30 12:36 ` Floris Bos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox