TSC2102 Linux driver

From ArmadeusWiki
Revision as of 16:21, 26 August 2007 by JulienB (Talk | contribs) (Usage)

Jump to: navigation, search

Installation

$ make linux-menuconfig

Architecture

Touchscreen (tsc2102_ts.ko) HWmon ALSA
TSC2102 Main driver (tsc2102.ko)
Linux API

Usage

# insmod /mnt/host/lib/modules/spi_imx.ko
# insmod /mnt/host/lib/modules/tsc2102.ko
# insmod /mnt/host/lib/modules/evdev.ko
# insmod /mnt/host/lib/modules/tsc2102_ts.ko

Then:

To check driver fonctionnality immediatly, touch the screen and check that tsc2102 interrupts count is increasing:

# cat /proc/interrupts

Links