Closed kichMan closed 4 years ago
In some cases the raw descriptors contain a number of fields which are unimportant to Javascript (e.g. bLength, bDescriptorType and wTotalLength). In other cases I wanted to reduce unnecessary indirection (e.g. swapping iManufacturer for manufacturerName). Lastly I wanted to simplify interpretation in places where the standard descriptors make structure confusing (e.g. making the associated interface relationship explicit).
@reillyeon Thanks for the answer and for the implementation of the usb service :)
a simple question about the reason for such a content model of the returned object. Why not used the model from usb spec?