Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ft6236 touchscreen driver (FT6x06 and FT6x36) #1176

Merged
merged 4 commits into from Oct 28, 2015

Commits on Oct 26, 2015

  1. Input: add support for FocalTech FT6236 touchscreen controller

    This adds support for the FT6x06 and the FT6x36 family of capacitive touch
    panel controllers, in particular the FT6236.
    
    Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
    notro committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    46c9f35 View commit details
    Browse the repository at this point in the history
  2. Input: ft6236 - do not explicitly set driver's owner

    There is no need to explicitly set .owner for the driver, the core will do
    it for us.
    
    Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Fengguang Wu authored and notro committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    786846e View commit details
    Browse the repository at this point in the history
  3. Input: ft6236 - change module license string to match copyright notice

    The copyright/license notice says that the code is licensed under GPL v2
    only (not GPL v2+), so let's use proper string in MODULE_LICENSE().
    
    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
    dtor authored and notro committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    8291712 View commit details
    Browse the repository at this point in the history
  4. config: Add TOUCHSCREEN_FT6236

    notro committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    841f0cd View commit details
    Browse the repository at this point in the history