Fixed wrong length of string descriptors.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18711 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8fedfdfcf8
commit
c773d729dc
@ -101,7 +101,7 @@ static ehci_root_hub_string_s sEHCIRootHubStrings[3] = {
|
||||
},
|
||||
|
||||
{
|
||||
12, // Descriptor length
|
||||
22, // Descriptor length
|
||||
USB_DESCRIPTOR_STRING, // Descriptor type
|
||||
{
|
||||
'H', 'A', 'I', 'K', 'U', // Characters
|
||||
|
@ -104,7 +104,7 @@ static uhci_root_hub_string_s sUHCIRootHubStrings[3] = {
|
||||
},
|
||||
|
||||
{
|
||||
12, // Descriptor length
|
||||
22, // Descriptor length
|
||||
USB_DESCRIPTOR_STRING, // Descriptor type
|
||||
{
|
||||
'H', 'A', 'I', 'K', 'U', // Characters
|
||||
|
Loading…
Reference in New Issue
Block a user