summaryrefslogtreecommitdiff
path: root/include/usbroothubdes.h
AgeCommit message (Collapse)Author
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
When U-Boot started using SPDX tags we were among the early adopters and there weren't a lot of other examples to borrow from. So we picked the area of the file that usually had a full license text and replaced it with an appropriate SPDX-License-Identifier: entry. Since then, the Linux Kernel has adopted SPDX tags and they place it as the very first line in a file (except where shebangs are used, then it's second line) and with slightly different comment styles than us. In part due to community overlap, in part due to better tag visibility and in part for other minor reasons, switch over to that style. This commit changes all instances where we have a single declared license in the tag as both the before and after are identical in tag contents. There's also a few places where I found we did not have a tag and have introduced one. Signed-off-by: Tom Rini <[email protected]>
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren
Many USB host controller drivers contain almost identical copies of the same virtual root hub descriptors. Put these into a common file to avoid duplication. Note that there were some very minor differences between the descriptors in the various files, such as: - USB 1.0 vs. USB 1.1 - Manufacturer/Device ID - Max packet size - String content I assume these aren't relevant. Cc: Thomas Lange <[email protected]> Cc: Shinya Kuribayashi <[email protected]> Cc: Gary Jennejohn <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Eric Millbrandt <[email protected]> Cc: Pierre Aubert <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Daniel Hellstrom <[email protected]> Cc: Denis Peter <[email protected]> Cc: Rodolfo Giometti <[email protected]> Cc: Zhang Wei <[email protected]> Cc: Mateusz Zalega <[email protected]> Cc: Remy Bohmer <[email protected]> Cc: Markus Klotzbuecher <[email protected]> Cc: Minkyu Kang <[email protected]> Cc: Gary Jennejohn <[email protected]> Cc: C Nauman <[email protected]> Cc: David Müller <[email protected]> Cc: Yoshihiro Shimoda <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]> Cc: Thomas Abraham <[email protected]> Cc: Tom Rini <[email protected]> Cc: Andrew Murray <[email protected]> Cc: Matej Frančeškin <[email protected]> Cc: Cliff Cai <[email protected]> Cc: Bryan Wu <[email protected]> Signed-off-by: Stephen Warren <[email protected]>