OWHW: fix operation with second modem/UART

We can now enable CARDEMU_SECOND_UART in owhw/board.h, as it no
longer interferes with operation of the first port (USIM1).  Whether
the second port actuall works still remains to be tested at this point.
This commit is contained in:
Harald Welte
2016-03-19 14:01:31 +01:00
parent 419eb8acf2
commit 6dcacf3efe
3 changed files with 4 additions and 2 deletions

View File

@@ -511,7 +511,7 @@ static const SIMTraceDriverConfigurationDescriptorPhone
{
sizeof(USBInterfaceDescriptor),
USBGenericDescriptor_INTERFACE,
1, /* This is interface #0 */
1, /* This is interface #1 */
0, /* This is alternate setting #0 for this interface */
3, /* Number of endpoints */
0xff, /* Descriptor Class: Vendor specific */