Changeset fd57cf17 in mainline
- Timestamp:
- 2018-03-06T20:47:47Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0aa06cbe, e0a4686
- Parents:
- a1a81f69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
ra1a81f69 rfd57cf17 295 295 'audio' : False, 296 296 'console' : False, 297 'net' : False, 298 'usb' : False 297 'net' : False, 298 'usb' : False, 299 'xhci' : False, 300 'tablet' : False 299 301 }, 300 302 'sun4v' : { … … 305 307 'net' : False, 306 308 'usb' : False, 309 'xhci' : False, 310 'tablet' : False, 307 311 'expect' : { 308 312 'src' : 'ok ',
Note:
See TracChangeset
for help on using the changeset viewer.