summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2006-11-27 22:52:11 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2006-11-27 22:52:11 +0000
commit06912ebab3a2e8ca9643e79fabb50de1d445f4b4 (patch)
tree03b9addb5194ab8a44c8dee383231824a819f499 /usr.sbin
parentc65bb135d9278570f7f39f0fa22853a9b44ee46d (diff)
Notes
Diffstat (limited to 'usr.sbin')
-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 8f704a63f907..ca49059a035b 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;
}