aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--android/avd/hardware-properties.ini2
-rw-r--r--hw/goldfish_events_device.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini
index 4859680..241bf54 100644
--- a/android/avd/hardware-properties.ini
+++ b/android/avd/hardware-properties.ini
@@ -77,7 +77,7 @@ description = Whether there is a trackball on the device.
# Keyboard support (qwerty/azerty)
name = hw.keyboard
type = boolean
-default = yes
+default = no
abstract = Keyboard support
description = Whether the device has a QWERTY keyboard.
diff --git a/hw/goldfish_events_device.c b/hw/goldfish_events_device.c
index 264d15e..83e9fdf 100644
--- a/hw/goldfish_events_device.c
+++ b/hw/goldfish_events_device.c
@@ -500,7 +500,7 @@ void events_dev_init(uint32_t base, qemu_irq irq)
/* configure EV_SW array
*
- * EW_SW events are sent to indicate that the keyboard lid
+ * EV_SW events are sent to indicate that the keyboard lid
* was closed or opened (done when we switch layouts through
* KP-7 or KP-9).
*