diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2005-01-13 00:36:14 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2005-01-13 00:36:14 +0000 |
| commit | 4bbd12d5bd71b96a83d739f6b73b96c749bc3a12 (patch) | |
| tree | a3a05012f586b8c4d5328e0255d64ab6a9688032 /usr.sbin | |
| parent | 07b710eae3f3776c197a56ac0991671abb49be62 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/bluetooth/bthidd/parser.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/bthidd/parser.y b/usr.sbin/bluetooth/bthidd/parser.y index f4fd560d34fa2..c5be107f7cb61 100644 --- a/usr.sbin/bluetooth/bthidd/parser.y +++ b/usr.sbin/bluetooth/bthidd/parser.y @@ -33,11 +33,11 @@ #include <sys/queue.h> #include <bluetooth.h> #include <errno.h> -#include <libusbhid.h> #include <limits.h> #include <stdio.h> #include <string.h> #include <unistd.h> +#include <usbhid.h> #ifndef BTHIDCONTROL #include <stdarg.h> @@ -302,7 +302,7 @@ print_hid_device(hid_device_p hid_device, FILE *f) "device {\n" \ " bdaddr %s;\n" \ " control_psm 0x%x;\n" \ -" interrupt_psm 0x%d;\n" \ +" interrupt_psm 0x%x;\n" \ " reconnect_initiate %s;\n" \ " battery_power %s;\n" \ " normally_connectable %s;\n" \ |
