diff --git a/usr.sbin/bluetooth/bthidd/hid.c b/usr.sbin/bluetooth/bthidd/hid.c index b9f983900174..9b5e5ec4cd39 100644 --- a/usr.sbin/bluetooth/bthidd/hid.c +++ b/usr.sbin/bluetooth/bthidd/hid.c @@ -298,7 +298,7 @@ hid_interrupt(bthid_session_p s, uint8_t *data, int32_t len) val = 0x68; break; - case 0227: /* WWW Refresh */ + case 0x227: /* WWW Refresh */ val = 0x67; break;