mbox

[pull-request,Oneiric] Eeepc T101MT hotkey patches

Message ID 20110705191438.GC29588@thinkpad-t410
State New
Headers show

Pull-request

git://kernel.ubuntu.com/sforshee/ubuntu-oneiric.git eeepc-wmi

Message

Seth Forshee July 5, 2011, 7:14 p.m. UTC
We carried a backported version of these patches in natty, but due to
changes in the driver they had to be dropped for oneiric. These are the
final patches that are queued to hit upstream in 3.1.

The following changes since commit 7fea7d77b0cf94af2fba6684ec8aa5093368f973:

  UBUNTU: Ubuntu-3.0-3.4 (2011-06-30 14:27:58 +0100)

are available in the git repository at:
  git://kernel.ubuntu.com/sforshee/ubuntu-oneiric.git eeepc-wmi

Seth Forshee (3):
      asus-wmi: Add callback for hotkey filtering
      eeepc-wmi: Add support for T101MT Home/Express Gate key
      asus-wmi: Enable autorepeat for hotkey input device

 drivers/platform/x86/asus-wmi.c  |   13 ++++++++++++-
 drivers/platform/x86/asus-wmi.h  |    6 ++++++
 drivers/platform/x86/eeepc-wmi.c |   26 ++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 1 deletions(-)

Comments

Tim Gardner July 5, 2011, 7:42 p.m. UTC | #1
On 07/05/2011 01:14 PM, Seth Forshee wrote:
> We carried a backported version of these patches in natty, but due to
> changes in the driver they had to be dropped for oneiric. These are the
> final patches that are queued to hit upstream in 3.1.
>
> The following changes since commit 7fea7d77b0cf94af2fba6684ec8aa5093368f973:
>
>    UBUNTU: Ubuntu-3.0-3.4 (2011-06-30 14:27:58 +0100)
>
> are available in the git repository at:
>    git://kernel.ubuntu.com/sforshee/ubuntu-oneiric.git eeepc-wmi
>
> Seth Forshee (3):
>        asus-wmi: Add callback for hotkey filtering
>        eeepc-wmi: Add support for T101MT Home/Express Gate key
>        asus-wmi: Enable autorepeat for hotkey input device
>
>   drivers/platform/x86/asus-wmi.c  |   13 ++++++++++++-
>   drivers/platform/x86/asus-wmi.h  |    6 ++++++
>   drivers/platform/x86/eeepc-wmi.c |   26 ++++++++++++++++++++++++++
>   3 files changed, 44 insertions(+), 1 deletions(-)
>