Skip to content

Commit

Permalink
lsusb.c: change TODO into a fixme in do_dualspeed()
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gregkh committed Nov 16, 2024
1 parent c6e9bcf commit 54dcbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 54dcbfc

Please sign in to comment.