aboutsummaryrefslogtreecommitdiffstats
path: root/lsusb-t.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30lsusb: add fallback names for 'lsusb -v' outputGreg Kroah-Hartman1-0/+1
2023-10-22lsusb-t: if a driver is not bound to an interface, report "[none]"Greg Kroah-Hartman1-0/+2
2023-10-16usbutils: lsusb-t: print entries for devices with no interfacesAlan Stern1-5/+9
2023-10-12lsusb -t: assign_interface_to_parent() fixupsGreg Kroah-Hartman1-1/+1
2023-10-12lsusb -t: print ports and busses and devices with same widthGreg Kroah-Hartman1-3/+3
2023-10-12lsusb -t: sort in bus order, not reverse orderGreg Kroah-Hartman1-2/+2
2023-10-12Use bigger buffer to place speed value stringDingyan Li1-2/+2
2022-06-17lsusb-t: Fix recursive sorting on child devices.Tan Li Boon1-0/+1
2021-03-31lsusb-t: Add lower bound checks in read_sysfs_file_stringBui Quang Minh1-2/+2
2021-02-22Merge pull request #117 from KLZ-0/masterGreg Kroah-Hartman1-6/+33
2021-02-22Add Tx+Rx lanes to tree modeAdrian Kalazi1-6/+33
2021-02-22SPDX header cleanups from GPL-2.0 -> GPL-2.0-onlyGreg Kroah-Hartman1-1/+1
2018-12-28fix up standard int typesGreg Kroah-Hartman1-1/+1
2018-10-24lsusb-t: Emit USB IDs and other handy info when verbosity is increasedDarsey Litzenberger1-0/+27
2018-10-24Cleanup grammarDarsey Litzenberger1-2/+2
2018-05-15lsusb-t: add copyright infoGreg Kroah-Hartman1-0/+1
2018-05-11lsusb-t: fix up error with readlink()Greg Kroah-Hartman1-9/+9
2017-12-08Add SPDX identifiers on files that did not have a specific license.Greg Kroah-Hartman1-0/+1
2015-12-13Fix typosJakub Wilk1-2/+2
2014-10-22lsusb-t: handle problem if there is no usb bus listGreg Kroah-Hartman1-0/+2
2014-04-29lsusb-t: don't segfault when usbbuslist is emptyLukas Nykryn1-1/+1
2013-05-24Fix lsusb -t potentially not listing all devicesJethro Beekman1-1/+1
2013-02-26lsusb-t: make sure that interfaces are added to lists only onceLukas Nykryn1-2/+12
2012-07-06Make 'lsusb -t' use the correct device class string namesGreg Kroah-Hartman1-54/+7
2012-04-18lsusb-t: don't show error when driver link is missingLukas Nykryn1-9/+3
2012-01-11Possible resource leakLukas Nykryn1-0/+3
2012-01-11Possible buffer overflow when using SYSFS_STRLukas Nykryn1-7/+8
2011-10-22add lsusb.h to fix some complier warnings.Greg Kroah-Hartman1-0/+1
2011-10-22lsusb-t.c: fix up some complier warningsGreg Kroah-Hartman1-12/+12
2011-08-12Fix lsusb out-of-bounds writeCarl-Daniel Hailfinger1-1/+1
2010-12-14usbutils: Make lsusb -t show USB 3.0 devices.Sarah Sharp1-2/+2
2009-04-27lsusb: make -t option work if proc file is not present.Greg Kroah-Hartman1-0/+710