* feat: add support for WebUSB * fixup for gn check * fixup gn check on Windows * Apply review feedback Co-authored-by: Charles Kerr <charles@charleskerr.com> * chore: address review feedback * chore: removed unneeded code * Migrate non-default ScopedObservation<> instantiations to ScopedObservationTraits<> in chrome/browser/ https://chromium-review.googlesource.com/c/chromium/src/+/4016595 Co-authored-by: Charles Kerr <charles@charleskerr.com>
		
			
				
	
	
	
	
		
			1.2 KiB
			
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.2 KiB
			
		
	
	
	
	
	
	
	
USBDevice Object
deviceIdstring - Unique identifier for the device.vendorIdInteger - The USB vendor ID.productIdInteger - The USB product ID.productNamestring (optional) - Name of the device.serialNumberstring (optional) - The USB device serial number.manufacturerNamestring (optional) - The manufacturer name of the device.usbVersionMajorInteger - The USB protocol major version supported by the deviceusbVersionMinorInteger - The USB protocol minor version supported by the deviceusbVersionSubminorInteger - The USB protocol subminor version supported by the devicedeviceClassInteger - The device class for the communication interface supported by the devicedeviceSubclassInteger - The device subclass for the communication interface supported by the devicedeviceProtocolInteger - The device protocol for the communication interface supported by the devicedeviceVersionMajorInteger - The major version number of the device as defined by the device manufacturer.deviceVersionMinorInteger - The minor version number of the device as defined by the device manufacturer.deviceVersionSubminorInteger - The subminor version number of the device as defined by the device manufacturer.