We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d590ed5 commit d57f025Copy full SHA for d57f025
lib/usb.ts
@@ -42,13 +42,13 @@ const defaultFilters = [{ vendorId: 0x0d28, productId: 0x0204 }];
42
export enum DeviceSelectionMode {
43
/**
44
* Attempts to connect to known device, otherwise asks which device to
45
- * connect with.
+ * connect to.
46
*/
47
AlwaysAsk = "AlwaysAsk",
48
49
50
- * Attempts to connect to known device, otherwise attempts to connect with
51
- * any allowed devices. If that fails, asks which device to connect with.
+ * Attempts to connect to known device, otherwise attempts to connect to any
+ * allowed devices. If that fails, asks which device to connect to.
52
53
UseAnyAllowed = "UseAnyAllowed",
54
}
0 commit comments