Changeset a1a81f69 in mainline


Ignore:
Timestamp:
2018-03-06T20:22:27Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd57cf17
Parents:
8565a42
Message:

ew.py: disable XHCI and USB tablet on arm32/icp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    r8565a42 ra1a81f69  
    250250                        'image' : 'image.boot',
    251251                        'net' : False,
    252                         'audio' : False
     252                        'audio' : False,
     253                        'xhci' : False,
     254                        'tablet' : False
    253255                }
    254256        },
Note: See TracChangeset for help on using the changeset viewer.