summaryrefslogtreecommitdiff
path: root/lsusb.c
Commit message (Expand)AuthorAgeFilesLines
* lsusb: decode CDC MBIM descriptorBjørn Mork2012-09-061-0/+23
* Make 'lsusb -t' use the correct device class string namesGreg Kroah-Hartman2012-07-061-29/+8
* lsusb.c: remove unused variables and the unused -x command line optionGreg Kroah-Hartman2012-07-061-9/+4
* lsusb: Fix LTM capabilities reporting.Sarah Sharp2012-07-061-1/+1
* lsusb: Show USB 3.0 U1, U2, and LTM status.Sarah Sharp2012-07-061-3/+11
* Option -V(version) doesn't require an argument.Roger Tseng2012-05-111-1/+1
* --tree, --help, and better build documentationMark Veltzer2012-04-061-6/+14
* make treedump() work if the database isn't there.Thierry Vignaud2012-01-121-5/+7
* simplify get_string()Thierry Vignaud2012-01-121-14/+4
* usbutils: Dump BOS descriptor for USB 2.01 devices.Sarah Sharp2012-01-111-1/+1
* Wrong shifting of bmMPEGFeatures byteLukas Nykryn2012-01-111-1/+1
* Using uninitialized value as indexLukas Nykryn2012-01-111-1/+1
* Reading 26 item in array with size 12.Lukas Nykryn2012-01-111-1/+1
* add lsusb.h to fix some complier warnings.Greg Kroah-Hartman2011-10-221-1/+1
* lsusb: bU2DevExitLat is little endian, not big endian.Sarah Sharp2011-10-051-1/+1
* lsusb: wSpeedsSupported is 2 bytes, not one.Sarah Sharp2011-10-051-5/+5
* Remove the FSF address from the source files.Greg Kroah-Hartman2011-09-091-3/+0
* Fix lsusb double-freeCarl-Daniel Hailfinger2011-08-121-0/+3
* Merge pull request #3 from dafyddcrosby/lsusb-tvGreg Kroah-Hartman2011-08-121-25/+1
|\
| * Verbose flag in tree mode shows vendor and product name.Dafydd Crosby2011-06-081-25/+1
* | don't use invalid config descriptorsNils Philippsen2011-06-211-6/+17
|/
* Print device class descriptors like it's done for interface descriptors.Diego Elio Pettenò2010-12-291-0/+11
* lsusb: Fix bMaxBurst reportingLuben Tuikov2010-11-301-1/+1
* lsusb: Dump the Pipe Usage desciptorLuben Tuikov2010-11-301-0/+24
* lsusb: Fix getting BOS and DEVQUAL descriptorsLuben Tuikov2010-11-301-4/+8
* usbutils: Support UVC MPEG2-TS format descriptorLaurent Pinchart2010-11-301-0/+16
* usbutils: convert to libusb-1.0Mike Frysinger2010-11-181-161/+177
* usbutils: Support UVC frame-based descriptorsLaurent Pinchart2010-11-161-16/+40
* lsusb: constify!Mike Frysinger2010-11-161-67/+73
* lsusb: pull in stdlib.h for exit()Mike Frysinger2010-11-161-0/+1
* usbutils: Fix bug in link state description printing.Sarah Sharp2010-09-221-1/+2
* Minor fixesGreg Kroah-Hartman2010-09-221-2/+2
* usbutils: Fix the UVC bmInterlaceFlags field decodingLaurent Pinchart2010-09-221-1/+1
* usbutils: Print Binary Object Store descriptor.Sarah Sharp2010-09-011-0/+176
* usbutils: Print MaxStreams and Mult for USB 3.0 devices.Sarah Sharp2010-09-011-0/+9
* usbutils: Support USB 3.0 hub descriptor output.Sarah Sharp2010-09-011-31/+99
* usbutils: Fix Wireless USB descriptor fetching.Sarah Sharp2010-09-011-1/+1
* fix building on non-Linux systems (e.g. BSD)Mike Frysinger2010-09-011-0/+5
* Fix up a lot of memory leaksGreg Kroah-Hartman2010-08-121-0/+2
* lsusb: fix iFeature position calculation for UAC2 feature unitsDaniel Mack2010-07-131-3/+3
* Merge git://github.com/zonque/usbutils into workGreg Kroah-Hartman2010-06-161-261/+854
|\
| * dump_audiostreaming_interface(): drop audio class 2 FORMAT_TYPE length checkDaniel Mack2010-06-081-2/+0
| * dump_audio_bmcontrols(): tell users about faulty bmControl bitsDaniel Mack2010-06-081-4/+8
| * parse USB audio class 2 endpointsDaniel Mack2010-06-081-17/+45
| * parse USB audio class 2 streaming interfacesDaniel Mack2010-06-081-81/+179
| * parse USB audio class 2 control interface typesDaniel Mack2010-06-081-158/+623
| * dump_audiostreaming_interface(): fix ac-3 decoderDaniel Mack2010-06-081-4/+4
* | fix bcdDFUVersion endiannessAurelien Jarno2010-06-161-1/+1
|/
* move #defines around a bit to make it more orderly.Greg Kroah-Hartman2010-04-191-5/+1
* fix up some signed/unsigned warnings in lsusb.cGreg Kroah-Hartman2010-04-191-2/+2