summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2006-10-09 22:27:23 +0000
committermarkus <markus@FreeBSD.org>2006-10-09 22:27:23 +0000
commitbf4f60828865c2dee4e45e7fffb17a96002f75f7 (patch)
treea66c6b22edd2100b192b02c3596b4ca0822d731d /usr.sbin/bluetooth
parent0142d3db4c6ca6789e9fd9e9c5a0f9a9925f170f (diff)
downloadFreeBSD-src-bf4f60828865c2dee4e45e7fffb17a96002f75f7.zip
FreeBSD-src-bf4f60828865c2dee4e45e7fffb17a96002f75f7.tar.gz
Fix a typo introduced in the last commit: WWW Refresh is 0x227, not 0227
Approved by: emax (mentor) MFC after: 1 day
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 b9f9839..9b5e5ec 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;
OpenPOWER on IntegriCloud