[linux-yocto] [PATCH 0/3] Add support for USB touchscreens

Tom Zanussi tom.zanussi at linux.intel.com
Mon Jun 24 15:48:14 PDT 2013


This patchset adds support for USB touchscreens that can use the
'composite' touchscreen driver.

Build-tested only (nuc and crownbay) since I don't have a USB
touchscreen to test.

Fixes Yocto Bug 4770 - Enable USB touchscreens

The following changes since commit c0851dfb8535635e1e31d4a5146d3f021e30506c:

  meta/minnow: Add i2cdev support (2013-06-12 23:53:46 -0400)

are available in the git repository at:

  git://git.yoctoproject.org/linux-yocto-contrib.git tzanussi/linux-yocto-3.8/touchscreen-features
  http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/linux-yocto-3.8/touchscreen-features

Tom Zanussi (3):
  meta: add features/input/touchscreen
  meta: add usb/touchscreen-composite feature
  meta: add BSP-specific touchscreen support

 meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc      | 1 +
 meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc            | 1 +
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc              | 1 +
 meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc                | 1 +
 meta/cfg/kernel-cache/bsp/fri2/fri2.scc                      | 1 +
 meta/cfg/kernel-cache/bsp/minnow/minnow.scc                  | 1 +
 meta/cfg/kernel-cache/bsp/sys940x/sys940x.scc                | 1 +
 meta/cfg/kernel-cache/features/input/touchscreen.cfg         | 1 +
 meta/cfg/kernel-cache/features/input/touchscreen.scc         | 4 ++++
 meta/cfg/kernel-cache/features/usb/touchscreen-composite.cfg | 1 +
 meta/cfg/kernel-cache/features/usb/touchscreen-composite.scc | 7 +++++++
 11 files changed, 20 insertions(+)
 create mode 100644 meta/cfg/kernel-cache/features/input/touchscreen.cfg
 create mode 100644 meta/cfg/kernel-cache/features/input/touchscreen.scc
 create mode 100644 meta/cfg/kernel-cache/features/usb/touchscreen-composite.cfg
 create mode 100644 meta/cfg/kernel-cache/features/usb/touchscreen-composite.scc

-- 
1.7.11.4




More information about the linux-yocto mailing list