usb: create common header virtual root hub descriptors
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 <thomas@corelatus.se>
Cc: Shinya Kuribayashi <skuribay@pobox.com>
Cc: Gary Jennejohn <garyj@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Eric Millbrandt <emillbrandt@coldhaus.com>
Cc: Pierre Aubert <p.aubert@staubli.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Daniel Hellstrom <daniel@gaisler.com>
Cc: Denis Peter <d.peter@mpl.ch>
Cc: Rodolfo Giometti <giometti@linux.it>
Cc: Zhang Wei <wei.zhang@freescale.com>
Cc: Mateusz Zalega <m.zalega@samsung.com>
Cc: Remy Bohmer <linux@bohmer.net>
Cc: Markus Klotzbuecher <mk@denx.de>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Gary Jennejohn <garyj@denx.de>
Cc: C Nauman <cnauman@diagraph.com>
Cc: David Müller <d.mueller@elsoft.ch>
Cc: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Thomas Abraham <t-abraham@ti.com>
Cc: Tom Rini <trini@ti.com>
Cc: Andrew Murray <amurray@embedded-bits.co.uk>
Cc: Matej Frančeškin <matej.franceskin@comtrade.com>
Cc: Cliff Cai <cliff.cai@analog.com>
Cc: Bryan Wu <cooloney@gmail.com>
Signed-off-by:
Stephen Warren <swarren@wwwdotorg.org>
Showing
- arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c 1 addition, 98 deletionsarch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c
- arch/powerpc/cpu/mpc5xxx/usb_ohci.c 1 addition, 98 deletionsarch/powerpc/cpu/mpc5xxx/usb_ohci.c
- arch/powerpc/cpu/ppc4xx/usb_ohci.c 1 addition, 98 deletionsarch/powerpc/cpu/ppc4xx/usb_ohci.c
- arch/sparc/cpu/leon3/usb_uhci.c 3 additions, 104 deletionsarch/sparc/cpu/leon3/usb_uhci.c
- board/mpl/common/usb_uhci.c 3 additions, 112 deletionsboard/mpl/common/usb_uhci.c
- drivers/usb/host/isp116x-hcd.c 1 addition, 99 deletionsdrivers/usb/host/isp116x-hcd.c
- drivers/usb/host/ohci-hcd.c 1 addition, 97 deletionsdrivers/usb/host/ohci-hcd.c
- drivers/usb/host/ohci-s3c24xx.c 1 addition, 94 deletionsdrivers/usb/host/ohci-s3c24xx.c
- drivers/usb/host/r8a66597-hcd.c 1 addition, 103 deletionsdrivers/usb/host/r8a66597-hcd.c
- drivers/usb/musb/musb_hcd.c 1 addition, 92 deletionsdrivers/usb/musb/musb_hcd.c
- include/usbroothubdes.h 129 additions, 0 deletionsinclude/usbroothubdes.h
Loading
Please register or sign in to comment