diff --git a/package.json b/package.json index c084cf73..36f5cb2c 100644 --- a/package.json +++ b/package.json @@ -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\"." },