Difference between revisions of "TSC2102 Linux driver"

From ArmadeusWiki
Jump to: navigation, search
(Installation)
(Links)
Line 22: Line 22:
 
* http://source.mvista.com/git/gitweb.cgi?p=linux-omap-2.6.git;a=log;t=7
 
* http://source.mvista.com/git/gitweb.cgi?p=linux-omap-2.6.git;a=log;t=7
 
* http://osdir.com/ml/linux.ports.arm.omap/2006-08/msg00183.html
 
* http://osdir.com/ml/linux.ports.arm.omap/2006-08/msg00183.html
 +
* [http://docs.blackfin.uclinux.org/doku.php?id=touchscreen Touchscreen usage on Blackfin]
 +
* [http://doc.trolltech.com/qtopia4.1/syscust-3rdparty.html#compiling-tslib Compiling TSlib]
 +
* http://www.opentom.org/Tslib

Revision as of 22:20, 17 June 2007

Installation

$ make linux-menuconfig

Architecture

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

Usage

  • Hwmon interface:
  • Touchscreen interface:
  • ALSA interface:

Links