Difference between revisions of "TSC2102 Linux driver"
From ArmadeusWiki
m (→Usage) |
m (→Usage) |
||
Line 15: | Line 15: | ||
==Usage== | ==Usage== | ||
+ | # insmod /mnt/host/lib/modules/spi_imx.ko | ||
+ | # insmod /mnt/host/lib/modules/tsc2102_full.ko | ||
+ | # insmod /mnt/host/lib/modules/evdev.ko | ||
+ | # insmod /mnt/host/lib/modules/tsc2102_ts.ko | ||
+ | |||
* Hwmon interface: | * Hwmon interface: | ||
* Touchscreen interface: [[tslib]] | * Touchscreen interface: [[tslib]] |
Revision as of 23:21, 9 August 2007
Contents
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_full.ko # insmod /mnt/host/lib/modules/evdev.ko # insmod /mnt/host/lib/modules/tsc2102_ts.ko
- Hwmon interface:
- Touchscreen interface: tslib
- ALSA interface: http://www.alsa-project.org/
Links
- http://source.mvista.com/git/gitweb.cgi?p=linux-omap-2.6.git;a=log;t=7 (search for TSC2102)
- http://osdir.com/ml/linux.ports.arm.omap/2006-08/msg00183.html
- Touchscreen usage on Blackfin
- Compiling TSlib
- http://www.opentom.org/Tslib
- http://www.openembedded.org/filebrowser/org.openembedded.packaged-staging/packages/tslib