Difference between revisions of "TSC2102 Linux driver"

From ArmadeusWiki
Jump to: navigation, search
(Page creation)
 
(Installation)
Line 1: Line 1:
 
 
==Installation==
 
==Installation==
 
  $ make linux-menuconfig
 
  $ make linux-menuconfig
 +
 +
==Architecture==
 +
 +
{| border="1" cellpadding="5" cellspacing="0" summary="Driver Architecture"
 +
|- style="background:#efefef;"
 +
! '''Touchscreen (tsc2102_ts.ko)''' || '''HWmon''' || '''ALSA'''
 +
|----------------
 +
| colspan="3" align="center" | TSC2102 Main driver (tsc2102.ko)
 +
|----------------
 +
| colspan="3" align="center" | Linux API
 +
|-
 +
|}
  
 
==Usage==
 
==Usage==

Revision as of 22:03, 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