From patchwork Fri Apr 13 12:24:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 152291 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 7FFC5B6FF9 for ; Fri, 13 Apr 2012 22:24:36 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SIfYB-00041Y-GZ; Fri, 13 Apr 2012 12:24:27 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SIfY8-00040c-W4 for kernel-team@lists.ubuntu.com; Fri, 13 Apr 2012 12:24:25 +0000 Received: by pbcun4 with SMTP id un4so3804648pbc.8 for ; Fri, 13 Apr 2012 05:24:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=iOr19VaUhQHB8KxASyiW9zE4xmJNUfKaqGc7SZSTJJc=; b=U65WvRJ65g8MaeRJyHG0d8SbRqpXpXAGSFfggqRPjbkhrLCT9BJZ7UhJ1T7EtytlBj nzXJdGUo0Z85gw2qTi8YVjq155SfeZWmy/izHV6gXH5UFMe57Ke4TiKReAG5Uqp77OIk yrkSdn7AC14Z1MZZfdMhuG2e7ZClp3l0BKqnF7N3qjsAj4R4igIbe5xjF7Odh/5H1tot 5qn6zDbD1aiIMg+fWB8zoTEZoQJ1rYe79zrAntnhn/RVGLfse+uYiyJm4jzx29zbSzj8 GIMOP7n2I7/3+s2LBut1vP/a9ln1NZpA4MoOSsE3A8V7wFVKDTfYuAeEnb1o9yqSWvzg wTMA== Received: by 10.68.220.232 with SMTP id pz8mr4425983pbc.87.1334319864074; Fri, 13 Apr 2012 05:24:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.193.138 with HTTP; Fri, 13 Apr 2012 05:24:03 -0700 (PDT) From: Eric Miao Date: Fri, 13 Apr 2012 20:24:03 +0800 X-Google-Sender-Auth: 0UYVpEBIXq5srYj_vKZ8LOF7MLI Message-ID: Subject: [Precise][GIT PULL] (upstream) Support for new Sentelic touchpad (LP #969334) To: kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com The following changes since commit f91db971b3244b74adc45a6f096adc2078d9db40: UBUNTU: Ubuntu-3.2.0-22.35 (2012-04-03 08:59:50 -0700) are available in the git repository at: git://kernel.ubuntu.com/ycmiao/ubuntu-precise.git lp969334 for you to fetch changes up to ac96f96cbb7f4fb619a96c133b9f6dc3af3163bb: Input: sentelic - improve packet debugging information (2012-04-13 18:53:54 +0800) ---------------------------------------------------------------- Andres Salomon (1): Input: psmouse - allow drivers to use psmouse_{de,}activate Oskari Saarenmaa (1): Input: sentelic - improve packet debugging information Paul Fox (1): Input: psmouse - use psmouse_[de]activate() from sentelic and hgpk drivers Tai-hwa Liang (3): Input: sentelic - refactor code for upcoming new hardware support Input: sentelic - enabling absolute coordinates output for newer hardware Input: sentelic - minor code cleanup drivers/input/mouse/hgpk.c | 9 +- drivers/input/mouse/psmouse-base.c | 15 ++- drivers/input/mouse/psmouse.h | 2 + drivers/input/mouse/sentelic.c | 306 +++++++++++++++++++++++++++--------- drivers/input/mouse/sentelic.h | 35 ++++- 5 files changed, 275 insertions(+), 92 deletions(-)