mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 08:44:38 +08:00
Use correct value for major class
This commit is contained in:
parent
39e01cefe9
commit
993a8c5512
@ -79,7 +79,7 @@ static void formfactor_reply(DBusPendingCall *call, void *user_data)
|
||||
/* Computer major class */
|
||||
debug("Setting 0x%06x for major/minor device class", (1 << 8) | minor);
|
||||
|
||||
set_major_class(dd, cls, (1 << 8));
|
||||
set_major_class(dd, cls, 0x01);
|
||||
set_minor_class(dd, cls, minor);
|
||||
|
||||
hci_close_dev(dd);
|
||||
|
Loading…
Reference in New Issue
Block a user