summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2006-03-13 23:59:43 +0000
committeremax <emax@FreeBSD.org>2006-03-13 23:59:43 +0000
commita29d4dd33a9ad06dea43714811276246784a788d (patch)
treeb28f0c1d0ab12e89a169da70882b00c75bc1550a /usr.sbin/bluetooth
parent079fb5c5f1c2e64ea6b8cd1960565d6dadd9b704 (diff)
downloadFreeBSD-src-a29d4dd33a9ad06dea43714811276246784a788d.zip
FreeBSD-src-a29d4dd33a9ad06dea43714811276246784a788d.tar.gz
Fix typo
Submitted by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days
Diffstat (limited to 'usr.sbin/bluetooth')
-rw-r--r--usr.sbin/bluetooth/bthidd/hid.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud