Changeset fd57cf17 in mainline


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

ew.py: disable XHCI and USB tablet on sparc64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ew.py

    ra1a81f69 rfd57cf17  
    295295                                'audio' : False,
    296296                                'console' : False,
    297                                 'net' : False,
    298                                 'usb' : False
     297                                'net' : False,
     298                                'usb' : False,
     299                                'xhci' : False,
     300                                'tablet' : False
    299301                        },
    300302                        'sun4v' : {
     
    305307                                'net' : False,
    306308                                'usb' : False,
     309                                'xhci' : False,
     310                                'tablet' : False,
    307311                                'expect' : {
    308312                                        'src' : 'ok ',
Note: See TracChangeset for help on using the changeset viewer.