Fix typo %d -> %x
That should fix the problem with invalid PSM returned from bthidcontrol. Pointy hat goes to me. PR: misc/76107 Submitted by: Hiroyuki Aizu < aizu at navi dot org > MFC after: 1 day
This commit is contained in:
parent
2411c5a762
commit
9bd0242d83
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user