From a647cbf6790e1f17133605a3a5d332a30b23e727 Mon Sep 17 00:00:00 2001 From: gansukhben Date: Mon, 30 Oct 2017 12:14:27 -0500 Subject: [PATCH 1/3] Issue #19: Added WebUSB API standard --- data/standards/WEBUSB.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 data/standards/WEBUSB.json diff --git a/data/standards/WEBUSB.json b/data/standards/WEBUSB.json new file mode 100644 index 0000000..3fda9d8 --- /dev/null +++ b/data/standards/WEBUSB.json @@ -0,0 +1,26 @@ +{ + "info": { + "name": "Payment Request API", + "subsection_number": null, + "subsection_name": null, + "url": "https://w3c.github.io/payment-request/" + }, + "features": [ + "USB.prototype.getDevices", + "USB.prototype.requestDevice", + "USBDevice.prototype.open", + "USBDevice.prototype.close", + "USBDevice.prototype.selectConfiguration", + "USBDevice.prototype.claimInterface", + "USBDevice.prototype.releaseInterface", + "USBDevice.prototype.selectAlternateInterface", + "USBDevice.prototype.controlTransferIn", + "USBDevice.prototype.controlTransferOut", + "USBDevice.prototype.clearHalt", + "USBDevice.prototype.transferIn", + "USBDevice.prototype.transferOut", + "USBDevice.prototype.isochronousTransferIn", + "USBDevice.prototype.isochronousTransferOut", + "USBDevice.prototype.reset" + ] + } \ No newline at end of file From 2e09db5662f213624100131748fe80fd9a49958c Mon Sep 17 00:00:00 2001 From: gansukhben Date: Mon, 30 Oct 2017 12:17:25 -0500 Subject: [PATCH 2/3] Issue #19: Updated info section --- data/standards/WEBUSB.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/standards/WEBUSB.json b/data/standards/WEBUSB.json index 3fda9d8..2b9c5ee 100644 --- a/data/standards/WEBUSB.json +++ b/data/standards/WEBUSB.json @@ -1,9 +1,9 @@ { "info": { - "name": "Payment Request API", + "name": "WebUSB API", "subsection_number": null, "subsection_name": null, - "url": "https://w3c.github.io/payment-request/" + "url": "https://wicg.github.io/webusb/#idl-index" }, "features": [ "USB.prototype.getDevices", From 16819c65e8a3aeb2fa81bd3ca94939de293f1afa Mon Sep 17 00:00:00 2001 From: gansukhben Date: Thu, 2 Nov 2017 17:29:19 -0500 Subject: [PATCH 3/3] Issue #19: Update info section, removed #idl-index from url --- data/standards/WEBUSB.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/standards/WEBUSB.json b/data/standards/WEBUSB.json index 2b9c5ee..91545c4 100644 --- a/data/standards/WEBUSB.json +++ b/data/standards/WEBUSB.json @@ -3,7 +3,7 @@ "name": "WebUSB API", "subsection_number": null, "subsection_name": null, - "url": "https://wicg.github.io/webusb/#idl-index" + "url": "https://wicg.github.io/webusb/" }, "features": [ "USB.prototype.getDevices",