Code Monkey home page Code Monkey logo

touch_auto's Introduction

touch

SiW Touch Driver for Automotive & Large type

This driver supports Silicon-works Touch Device.

Test platform : Odroid-xu4 (Exynos5422, Android 4.4.4, Kernel v3.10.9)

Author:

[email protected]

Recommended base folder

: {kernel top}/input/touchscreen/siw

List of supported devices

: SW1828, SW42103, SW17700

: SW42101

for Built-in

{kernel top}/input/touchscreen/siw $ mv Kconfig_builtin Kconfig

{kernel top}/input/touchscreen/siw $ mv Makefile_builtin Makefile

Add this 1 line into {kernel top}/input/touchscreen/Kconfig

: source "drivers/input/touchscreen/siw/Kconfig"

Add this 1 line into {kernel top}/input/touchscreen/Makefile

: obj-$(CONFIG_TOUCHSCREEN_SIW) += siw/

for Module test

{kernel top}/input/touchscreen/siw $ mv Makefile_module Makefile

{kernel top}/input/touchscreen/siw $ make

You can choose the device type in this Makefile(Makefile_module)

ENTRY_NAME=sw1770 //SW17700 selected

...

for DTS

See '_reference / device_tree'

git

[clone]

$ git clone https://github.com/siw-touch/touch_auto.git .

[push (id/pw required)]

$ git push origin master

touch_auto's People

Contributors

siw-touch avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.