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

Bruce Ashfield bruce.ashfield at windriver.com
Tue Jun 25 08:11:16 PDT 2013


On 13-06-24 06:48 PM, Tom Zanussi wrote:
> 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

Looks reasonable to me. I've staged these with some other changes
in both linux-yocto-3.8 and linux-yocto-dev.

I'll push them out later today.

Cheers,

Bruce

>
> 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
>




More information about the linux-yocto mailing list