Skip to content

Commit

Permalink
Merge pull request #219 from Josverl/next-DeviceList
Browse files Browse the repository at this point in the history
default devicelist: add common USB Uarts
  • Loading branch information
Jakob Rosenberg authored Apr 12, 2022
2 parents 04f4fcf + 5a9fc7e commit 786f24c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@
"type": "string"
},
"default": [
"manufacturer=Pycom",
"manufacturer=Pycom Ltd.",
"manufacturer=Pycom.*",
"manufacturer=FTDI",
"manufacturer=Microsoft",
"manufacturer=Microchip Technology, Inc.",
"manufacturer=1a86"
"manufacturer=Microchip Technology.*",
"friendlyName=.*CH34[01].*",
"friendlyName=.*CP21.*"
],
"description": "Filter devices to include in the devices list. Uses regular expression. Matches can be done against any property, eg. \"Microsoft\" or against a specific property, eg. \"manufacturer=Microsoft\r\n\r\nFor a list of available devices, run the command \"list devices\"."
},
Expand Down

0 comments on commit 786f24c

Please sign in to comment.