qmod EEPROM: Dont't mark any ports as non-removable

.. and don't disable any ports during bus-powered operation (which we
don't support anyway).
This commit is contained in:
Harald Welte
2017-01-11 23:02:26 +01:00
parent ae8a465f36
commit b30783c83e

View File

@@ -116,7 +116,7 @@ static int qmod_sam3_is_12(void)
static int write_hub_eeprom(void)
{
const unsigned char __eeprom_bin[] = {
0x23, 0x42, 0x17, 0x25, 0x00, 0x00, 0x9b, 0x20, 0x01, 0xa0, 0x00, 0x5e,
0x23, 0x42, 0x17, 0x25, 0x00, 0x00, 0x9b, 0x20, 0x01, 0x00, 0x00, 0x00,
0x32, 0x32, 0x32, 0x32, 0x32, 0x04, 0x09, 0x18, 0x0d, 0x00, 0x73, 0x00,
0x79, 0x00, 0x73, 0x00, 0x6d, 0x00, 0x6f, 0x00, 0x63, 0x00, 0x6f, 0x00,
0x6d, 0x00, 0x20, 0x00, 0x2d, 0x00, 0x20, 0x00, 0x73, 0x00, 0x2e, 0x00,