Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: devil/devil/utils/update_mapping.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « devil/devil/utils/find_usb_devices.py ('k') | devil/devil/utils/usb_hubs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: devil/devil/utils/update_mapping.py
diff --git a/devil/devil/utils/update_mapping.py b/devil/devil/utils/update_mapping.py
index c49a5f80b540887952748ed4016430b03d2dfa73..6666b9b084eebbaee0eff3a6b85faa48170407e1 100755
--- a/devil/devil/utils/update_mapping.py
+++ b/devil/devil/utils/update_mapping.py
@@ -28,11 +28,14 @@ def parse_options():
default='mapping.json', type=str,
action='store', help='mapping file name')
parser.add_argument('-u', '--hub', dest='hub_types',
- action='append', choices=['plugable_7port'],
+ action='append', choices=['plugable_7port',
+ 'plugable_7port_usb3_part2',
+ 'plugable_7port_usb3_part3'],
help='USB hub types.')
options = parser.parse_args()
if not options.hub_types:
- options.hub_types = ['plugable_7port']
+ options.hub_types = ['plugable_7port', 'plugable_7port_usb3_part2',
+ 'plugable_7port_usb3_part3']
return options
def main():
« no previous file with comments | « devil/devil/utils/find_usb_devices.py ('k') | devil/devil/utils/usb_hubs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698