From a29d4dd33a9ad06dea43714811276246784a788d Mon Sep 17 00:00:00 2001 From: emax Date: Mon, 13 Mar 2006 23:59:43 +0000 Subject: Fix typo Submitted by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days --- usr.sbin/bluetooth/bthidd/hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/bluetooth') diff --git a/usr.sbin/bluetooth/bthidd/hid.c b/usr.sbin/bluetooth/bthidd/hid.c index 4495dbc..0ae57bd 100644 --- a/usr.sbin/bluetooth/bthidd/hid.c +++ b/usr.sbin/bluetooth/bthidd/hid.c @@ -289,7 +289,7 @@ hid_interrupt(bthid_session_p s, char *data, int len) val = 0x68; break; - case 0227: /* WWW Refresh */ + case 0x227: /* WWW Refresh */ val = 0x67; break; -- cgit v1.1