qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] un-register kbd driver for USB kbd unplug


From: Jes . Sorensen
Subject: [Qemu-devel] [PATCH] un-register kbd driver for USB kbd unplug
Date: Tue, 8 Jun 2010 12:43:50 +0200

From: Jes Sorensen <address@hidden>

Hi,

This is a fairly simple fix for the problem where the keyboard event
handler is left in place when a keyboard is unplugged, eg. USB.

The long term solution would be to use Shahar Havivi's multi-keyboard
support patch[1] from March, but until Shahar's patch is ready, this one
fixes the current crash problem.

Cheers,
Jes

[1]: http://www.mail-archive.com/address@hidden/msg28589.html

Jes Sorensen (1):
  un-register kbd driver in case of USB kbd unplug.

 console.h    |    1 +
 hw/usb-hid.c |    3 +++
 input.c      |    6 ++++++
 3 files changed, 10 insertions(+), 0 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]