mbox

[PULL,0/3] input: misc fixes.

Message ID 1421926373-3734-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-input-20150122-1

Message

Gerd Hoffmann Jan. 22, 2015, 11:32 a.m. UTC
Hi,

A few input layer fixes.

pleaase pull,
  Gerd

The following changes since commit 699eae17b841e6784dc3864bf357e26bff1e9dfe:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into staging (2015-01-20 16:19:58 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-input-20150122-1

for you to fetch changes up to 0ee4de5840ccc1072459ec68062bfb63c888a94d:

  hw/input/hid.c Fix capslock hid code (2015-01-22 12:19:48 +0100)

----------------------------------------------------------------
input: misc fixes.

----------------------------------------------------------------
Dinar Valeev (1):
      hw/input/hid.c Fix capslock hid code

Gerd Hoffmann (2):
      input: improve docs for input-send-event qmp command
      hid: handle full ptr queues in post_load

 hw/input/hid.c   | 23 ++++++++++++++++++++++-
 qapi-schema.json | 12 ++++++++++++
 2 files changed, 34 insertions(+), 1 deletion(-)

Comments

Peter Maydell Jan. 22, 2015, 6:57 p.m. UTC | #1
On 22 January 2015 at 11:32, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> A few input layer fixes.
>
> pleaase pull,
>   Gerd
>
> The following changes since commit 699eae17b841e6784dc3864bf357e26bff1e9dfe:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into staging (2015-01-20 16:19:58 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-input-20150122-1
>
> for you to fetch changes up to 0ee4de5840ccc1072459ec68062bfb63c888a94d:
>
>   hw/input/hid.c Fix capslock hid code (2015-01-22 12:19:48 +0100)
>
> ----------------------------------------------------------------
> input: misc fixes.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM