Changes in tools/ew.py [a35b458:fd57cf17] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
ra35b458 rfd57cf17 250 250 'image' : 'image.boot', 251 251 'net' : False, 252 'audio' : False 252 'audio' : False, 253 'xhci' : False, 254 'tablet' : False 253 255 } 254 256 }, … … 293 295 'audio' : False, 294 296 'console' : False, 295 'net' : False, 296 'usb' : False 297 'net' : False, 298 'usb' : False, 299 'xhci' : False, 300 'tablet' : False 297 301 }, 298 302 'sun4v' : { … … 303 307 'net' : False, 304 308 'usb' : False, 309 'xhci' : False, 310 'tablet' : False, 305 311 'expect' : { 306 312 'src' : 'ok ',
Note:
See TracChangeset
for help on using the changeset viewer.