commit | d3f904ea7b3027f58037e359cc199c2490dc5c3d | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Mar 29 12:04:54 2012 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Apr 17 10:23:28 2012 +0200 |
tree | bccc2a2811327de196496e90e327051d49c9c23b | |
parent | 58ea88d87a834923b31271750b8eab6403a797be [diff] |
usb: add USBDescriptor, use for device descriptors. This patch adds a new type for the binary representation of usb descriptors. It is put into use for the descriptor generator code where the struct replaces the hard-coded offsets. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>