mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
CMS50I session select test 9
This commit is contained in:
parent
40012c32e7
commit
2dfa356c28
@ -347,13 +347,15 @@ void CMS50F37Loader::processBytes(QByteArray bytes)
|
||||
if (buffer.at(idx+data) < 32)
|
||||
break;
|
||||
}
|
||||
model = buffer.mid(idx+2, data-2);
|
||||
model = buffer.mid(idx+2, data-1);
|
||||
qDebug() << "Model:" << model;
|
||||
}
|
||||
break;
|
||||
case 0x03:
|
||||
data = buffer.at(idx+1);
|
||||
if (data == 0) {
|
||||
vendor = buffer.mid(idx+2, 5);
|
||||
vendor = buffer.mid(idx+2, 6);
|
||||
qDebug() << "Vendor:" << vendor;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user