Em Tue, 28 Jan 2020 15:47:18 -0800 Randy Dunlap <rdunlap@xxxxxxxxxxxxx> escreveu: > On 1/28/20 12:42 PM, Jonathan Corbet wrote: > > On Tue, 28 Jan 2020 07:41:00 +0100 > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> wrote: > > > >> It seems that some files were removed from USB documentation. > >> > >> Update the links accordingly. > >> > >> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > > > > Applied, thanks. > > > > jon > > This warning has been around for quite awhile now: > > lnx-55/Documentation/usb/text_files.rst:22: WARNING: Include file u'lnx/lnx-55/Documentation/usb/wusb-cbaf' not found or reading it failed > > Looks like it has been moved to drivers/staging/wusbcore/Documentation/wusb-cbaf. >From the log of the patch that moved it: commit 71ed79b0e4be0db254640c3beb9a1a0316eb5f61 Author: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Date: Tue Aug 6 12:15:09 2019 +0200 USB: Move wusbcore and UWB to staging as it is obsolete The UWB and wusbcore code is long obsolete, so let us just move the code out of the real part of the kernel and into the drivers/staging/ location with plans to remove it entirely in a few releases. Link: https://lore.kernel.org/r/20190806101509.GA11280@xxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> The plan seems to remove it in the future. In any case, it makes sense to remove the broken link from the documentation. Cheers, Mauro