Use correct value for major class

This commit is contained in:
Marcel Holtmann 2008-09-29 12:00:57 +02:00
parent 39e01cefe9
commit 993a8c5512

View File

@ -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);