All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] eGalax Touchscreen
@ 2012-10-03  9:39 Christian Möller
  2012-10-04 16:40 ` Arnout Vandecappelle
  2012-10-04 17:28 ` Belisko Marek
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Möller @ 2012-10-03  9:39 UTC (permalink / raw)
  To: buildroot

Hello all
I'm trying to setup EGalax Touchscreen. The controller-ic is an etr-4000
usb.
I patched the Kernel described in "eGTouch Linux Programming Guide v2.5c". (
http://home.eeti.com.tw/web20/eGalaxTouchDriver/linuxDriver.htm)
In dmesg output the controller is listet, but there is no /dev/uinput and
no /dev/hidrawX devicefile.
Device isn't also listet under /proc/bus/input/devices.
What I have to do to get the touchscreen running?
Any help will be welcome.
Best regards
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121003/f11f385e/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: devices.out
Type: application/octet-stream
Size: 1935 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121003/f11f385e/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dmesg.out
Type: application/octet-stream
Size: 59838 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121003/f11f385e/attachment-0005.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config
Type: application/octet-stream
Size: 48769 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121003/f11f385e/attachment-0006.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config
Type: application/octet-stream
Size: 82226 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121003/f11f385e/attachment-0007.obj>

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

* [Buildroot] eGalax Touchscreen
  2012-10-03  9:39 [Buildroot] eGalax Touchscreen Christian Möller
@ 2012-10-04 16:40 ` Arnout Vandecappelle
  2012-10-05 18:57   ` Peter Korsgaard
  2012-10-04 17:28 ` Belisko Marek
  1 sibling, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-10-04 16:40 UTC (permalink / raw)
  To: buildroot

On 03/10/12 11:39, Christian M?ller wrote:
> Hello all
> I'm trying to setup EGalax Touchscreen. The controller-ic is an etr-4000 usb.
> I patched the Kernel described in "eGTouch Linux Programming Guide v2.5c".
> (http://home.eeti.com.tw/web20/eGalaxTouchDriver/linuxDriver.htm)
> In dmesg output the controller is listet, but there is no /dev/uinput and no /dev/hidrawX devicefile.
> Device isn't also listet under /proc/bus/input/devices.
> What I have to do to get the touchscreen running?
> Any help will be welcome.

  This is not really a buildroot-related question, linux-input at vger.kernel.org
would be more appropriate.

  Still, some ideas:

- I never heard of /dev/uinput or /dev/hidraw.  Input devices can usually be
found in /dev/input/.  Perhaps you need udev rules to create /dev/uinput or
/dev/hidraw?

- Look in /sys/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input6
(and 7, 8, 9, 10); it should have an eventXX directory containing a 'dev' file.
That file contains the major:minor number of the (character) device node for
the input event device.  You should have a /dev/input/eventXX device node
with the same numbers.  That's the device you need.


  For future posts, please

- mention the buildroot and kernel versions you use;

- post a defconfig instead of a a full config;

- post text attachments with disposition:inline so people can quote them.


  Good luck!

  Regards,
  Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] eGalax Touchscreen
  2012-10-03  9:39 [Buildroot] eGalax Touchscreen Christian Möller
  2012-10-04 16:40 ` Arnout Vandecappelle
@ 2012-10-04 17:28 ` Belisko Marek
  1 sibling, 0 replies; 4+ messages in thread
From: Belisko Marek @ 2012-10-04 17:28 UTC (permalink / raw)
  To: buildroot

Hi Cristian

On Wed, Oct 3, 2012 at 11:39 AM, Christian M?ller
<christian.moeller.75@googlemail.com> wrote:
> Hello all
> I'm trying to setup EGalax Touchscreen. The controller-ic is an etr-4000
> usb.
> I patched the Kernel described in "eGTouch Linux Programming Guide v2.5c".
> (http://home.eeti.com.tw/web20/eGalaxTouchDriver/linuxDriver.htm)
> In dmesg output the controller is listet, but there is no /dev/uinput and no
> /dev/hidrawX devicefile.
> Device isn't also listet under /proc/bus/input/devices.
> What I have to do to get the touchscreen running?
> Any help will be welcome.
In dmesg thre is:
[    1.796470] input: eGalax Inc. USB TouchController as
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input6
[    1.803340] input: eGalax Inc. USB TouchController as
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input7
[    1.810447] input: eGalax Inc. USB TouchController as
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input8
[    1.817904] input: eGalax Inc. USB TouchController as
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input9
[    1.825684] input: eGalax Inc. USB TouchController as
/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0/input/input10
so seems your driver works. Do you have udev (other dev management) installed?
> Best regards
> Christian
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

Cheers,

marek

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

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

* [Buildroot] eGalax Touchscreen
  2012-10-04 16:40 ` Arnout Vandecappelle
@ 2012-10-05 18:57   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-10-05 18:57 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

Hi,

 >> What I have to do to get the touchscreen running?
 >> Any help will be welcome.

 Arnout>  This is not really a buildroot-related question,
 Arnout> linux-input at vger.kernel.org would be more appropriate.

Or eGalaxy support for their non-upstream driver.

 Arnout>  Still, some ideas:

 Arnout> - I never heard of /dev/uinput or /dev/hidraw.  Input devices
 Arnout> can usually be found in /dev/input/.  Perhaps you need udev
 Arnout> rules to create /dev/uinput or /dev/hidraw?

uinput is the interface for injecting input events into the kernel
(E.G. for userspace input drivers), and hidraw is the interface
to communicate with non-input devices (ab)using the hid protocol.

 Arnout>  For future posts, please

 Arnout> - mention the buildroot and kernel versions you use;

 Arnout> - post a defconfig instead of a a full config;

 Arnout> - post text attachments with disposition:inline so people can
 Arnout> quote them.

Indeed.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2012-10-05 18:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-03  9:39 [Buildroot] eGalax Touchscreen Christian Möller
2012-10-04 16:40 ` Arnout Vandecappelle
2012-10-05 18:57   ` Peter Korsgaard
2012-10-04 17:28 ` Belisko Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.