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:
Michael Lotz 2006-08-30 18:45:29 +00:00
parent 8fedfdfcf8
commit c773d729dc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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