We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5cec0 commit 64df582Copy full SHA for 64df582
README.md
@@ -112,6 +112,8 @@ https://wicg.github.io/webusb/
112
113
#### USBDevice
114
115
+##### WebUSB Features
116
+
117
- [x] usbVersionMajor
118
- [x] usbVersionMinor
119
- [x] usbVersionSubminor
@@ -145,6 +147,15 @@ https://wicg.github.io/webusb/
145
147
- [ ] isochronousTransferIn()
146
148
- [ ] isochronousTransferOut()
149
150
+##### Extended Features
151
152
+- [x] bus
153
+- [x] address
154
+- [x] ports
155
+- [x] speed
156
+- [x] detachKernelDriver() (Linux only)
157
+- [x] attachKernelDriver() (Linux only)
158
159
#### Events
160
161
- [x] connect
0 commit comments