summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | usbutils 003 releasev003Greg Kroah-Hartman2011-06-152-1/+8
|/
* build-sys: properly enable support for zlib in lsusbDiego Elio Pettenò2011-03-211-3/+6
* usbutils 002 releasev002Greg Kroah-Hartman2011-03-172-1/+13
* Merge branch 'Flameeyes-master'Greg Kroah-Hartman2011-01-122-16/+17
|\
| * Print device class descriptors like it's done for interface descriptors.Diego Elio Pettenò2010-12-291-0/+11
| * Simplify the configure script.Diego Elio Pettenò2010-12-291-16/+6
* | add lsusb.py to the bin filesGreg Kroah-Hartman2011-01-121-1/+3
|/
* Updated version of lsusb.py from Kurt Garloff.Greg Kroah-Hartman2010-12-151-11/+36
* usbutils 001 releasev001Greg Kroah-Hartman2010-12-142-1/+32
* usbutils: Make lsusb -t show USB 3.0 devices.Sarah Sharp2010-12-141-2/+2
* usbutils: Fix compile error on Ubuntu 9.04.Sarah Sharp2010-12-141-0/+1
* updated usbhid-dump subprojectGreg Kroah-Hartman2010-12-141-0/+0
* usb.ids update from linux-usb.orgGreg Kroah-Hartman2010-12-141-336/+2588
* Update usbhid-dump to release 1.2Nikolai Kondrashov2010-11-301-0/+0
* 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-184-175/+199
* 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
* usbmisc: pull in unistd.h for readlink()Mike Frysinger2010-11-161-0/+1
* lsusb: install into /usr/binMike Frysinger2010-11-161-1/+1
* usbutils 0.91 releasev0.91Greg Kroah-Hartman2010-10-222-1/+27
* 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
* usb.ids: add new device id for qemu audio deviceGreg Kroah-Hartman2010-09-161-0/+1
* add usbhid-dump to the autogen.sh scriptGreg Kroah-Hartman2010-09-021-0/+4
* 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
* Integrate usbhid-dumpNikolai Kondrashov2010-09-014-0/+7
* fix building on non-Linux systems (e.g. BSD)Mike Frysinger2010-09-012-0/+7
* usbutils.pc: use datarootdirMike Frysinger2010-09-011-1/+1
* usbutils 0.90 releasev0.90Greg Kroah-Hartman2010-08-122-1/+38
* Fix up a lot of memory leaksGreg Kroah-Hartman2010-08-123-0/+148
* Update Gemplus idLudovic Rousseau2010-08-121-1/+1
* Merge branch 'master' of git://github.com/zonque/usbutils into testGreg Kroah-Hartman2010-08-121-3/+3
|\
| * lsusb: fix iFeature position calculation for UAC2 feature unitsDaniel Mack2010-07-131-3/+3
* | Include config.h before everything else.Nix2010-08-122-7/+7
* | more gadget device ids reserved for the Linux Foundation vendor idGreg Kroah-Hartman2010-08-021-0/+2
|/
* 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