lsusb.c: change TODO into a fixme in do_dualspeed()

It's not broken, just something else we could be displaying if someone
wants to add support for it.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2024-11-16 17:02:07 +01:00
parent c6e9bcfcdf
commit 54dcbfc0e8

View File

@ -3108,7 +3108,7 @@ static void do_dualspeed(libusb_device_handle *fd)
buf[6], proto,
buf[7], buf[8]);
/* FIXME also show the OTHER_SPEED_CONFIG descriptors */
/* TODO also show the OTHER_SPEED_CONFIG descriptors */
}
static void do_debug(libusb_device_handle *fd)