summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/bluetooth/bthidd/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/bthidd/parser.y b/usr.sbin/bluetooth/bthidd/parser.y
index 8f704a6..ca49059 100644
--- a/usr.sbin/bluetooth/bthidd/parser.y
+++ b/usr.sbin/bluetooth/bthidd/parser.y
@@ -372,7 +372,7 @@ check_hid_device(hid_device_p d)
case hid_input:
/* Check if the device may send keystrokes */
page = HID_PAGE(hi.usage);
- if (page == HUP_KEYBOARD || page == HUP_CONSUMER)
+ if (page == HUP_KEYBOARD)
d->keyboard = 1;
break;
}
OpenPOWER on IntegriCloud