mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
char: remove unused CHR_EVENT_FOCUS
Usage has long been removed, since commit f220174de8
.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20161022100951.19562-2-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
830896afe3
commit
8cd35662af
3 changed files with 0 additions and 5 deletions
|
@ -466,8 +466,6 @@ static void usb_serial_event(void *opaque, int event)
|
|||
case CHR_EVENT_BREAK:
|
||||
s->event_trigger |= FTDI_BI;
|
||||
break;
|
||||
case CHR_EVENT_FOCUS:
|
||||
break;
|
||||
case CHR_EVENT_OPENED:
|
||||
if (!s->dev.attached) {
|
||||
usb_device_attach(&s->dev, &error_abort);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue