Revisions of usbutils

buildservice-autocommit accepted request 1151112 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 52)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1150806 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 51)
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476]
buildservice-autocommit accepted request 1129643 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 50)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1129614 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 49)
- Split out devel package, containing the .pc file:
  + The .pc file declares dependencies on other devel packages,
    which is not wanted on regular end-user systems.
  + Drop rpmlintrc file.
buildservice-autocommit accepted request 1129090 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 48)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1129082 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 47)
- update to 017:
  * lsusb: fix up [unknown] vendor and product strings.
  * lsusb: fix build warning for
    dump_billboard_alt_mode_capability_desc()
  * lsusb: add fallback names for 'lsusb -v' output
  * names: simplify get_vendor_product_with_fallback() a
    bit
  * rezso (1):
  * Honor system libdir and includedir
  * usbutils 016
  * usbutils: lsusb-t: print entries for devices with no
    interfaces
  * Fix a typo in usb-spec.h
  * lsusb.py.in: Display (device) power/wakeup via -w
    option.
  * Fix an incorrect length value in hid descriptor.
  * Fix misalignments in hid device descripptor.
  * Use bigger buffer to place speed value string
  * lsusb -h returns an error
  * lsusb -h fixups
  * lsusb -t: sort in bus order, not reverse order
  * lsusb -t: print ports and busses and devices with same
    width
  * lsusb -t: assign_interface_to_parent() fixups
  * lsusb.8.in: fix up missing '-' in text
  * README.md: add source location
  * lsusb.py: fix up wakeup logic for devices that do not
    support it
  * lsusb.py.in: add another default path for usb.ids
  * names.c: if a string can not be found in the usb.ids
buildservice-autocommit accepted request 1031468 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 46)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1031394 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 45)
- update to 015:
  * usb-devices: list the root devices in numerical order
  * usb-devices: use 'local' variable type to handle recursion
  * lsusb: remove unused wireless check
  * lsusb: remove wireless descriptor information
  * usb-devices: fix field width on device speed field
  * lsusb: fix up Midi Device specification devices
  * Fix an runtime error reported by undefind sanitizer
  * lsusb: Improve status display for SuperSpeedPlus hubs
  * lsusb-t: Fix recursive sorting on child devices. 

- Update to version 014 (jira#SLE-19451):
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 915408 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 44)
- Update to version 0.14 (jira#SLE-19451):
  * Add Tx+Rx lanes to tree mode
  * lsusb(8): mention the udev's hardware database
  * lsusb: Fix typo in string output for iAdditionalInfoURL
  * lsusb-t: Add lower bound checks in read_sysfs_file_string
  * lsusb: remove unused RETRIES constant
  * lsusb: don't complain on EAGAIN
  * sysfs: add copyright notice taken from name.*
  * LICENSES: add symlink to handle "or-later" issue for GPL-2.0
  * LICENSES: put spdx headers on the license files
  * rename "GPL-2.0+" to "GPL-2.0-or-later"
  * LICENSE: rename GPL-3.0.txt -> GPL-3.0-only.txt
  * usbhid-dump.8.in: add copyright information
  * usbhid-dump: add copyright and SPDX info
  * SPDX header cleanups from GPL-2.0 -> GPL-2.0-only
  * usbutils.spdx: update with output of latest reuse tool
  * lsusb: Fix spelling of bEndpointAddress in UVC
  * lsusb: Decode endpoint addresses in UVC
  * lsusb.c: fix leak in dump_printer_device
  * usb-devices: do not use `local` in a POSIX shell script
  * desc-defs.c: fix possible out-of-bound read
  * Fix typos in lsusb.8.in
  * Fix locating endpoint when it's a directory rather than a symlink
  * Fix formatting of interface descriptors to match /sys/kernel/debug/usb/devices
  * Fix formatting of endpoint direction to match /sys/kernel/debug/usb/devices
  * Fix formatting of endpoint type to match /sys/kernel/debug/usb/devices
  * Fix formatting of max endpoint packet size to match /sys/kernel/debug/usb/devices
  * lsusb: Fix buffer size copy/paste error
buildservice-autocommit accepted request 849558 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 43)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 849557 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 42)
- Update to version 013:
  * lsusb.8.in: do not mention usb.ids
  * usb-devices.1: don't mention bash
  * usbhid-dump: move manpage to main directory out of subdir
  * usbhid-dump.8: add SPDX header
  * usbhid-dump.8: autogenerate it with the usbutils version number
  * usbhid-dump: add SPDX identifiers to all files.
  * usbhid-dump: remove libusb.h libusb_strerror() implementation
  * usbhid-dump: remove lib directory
  * usbhid-dump: move .h files into src/ directory
  * Makefile.am: add usbhid-dump.8 to distclean list
  * usbhid-dump: some autoconf cleanup
  * usbhid-dump: remove some dev_list functions that were never used
  * dump_audiostreaming_interface(): remove unused variable
  * usbmisc: initialize string buffer before reading from device.
  * lsusb.py: drop trailing space on non-hub devices
  * lsusb.py: strip whitespace from device strings
  * lsusb(8): fix formatting
  * lsusb(8): document --tree
  * lsusb.py: remove private paths for usb.ids
  * Additional device classes for usb-devices script
  * usbhid-dump: Do not use rindex
  * Move read_sysfs_prop() from names.c to its own file
  * sysfs: Don't return bogus data for devices under a hub
  * lsusb: Use vendor and product name fallback logic in -D mode too
  * lsusb: Get manufacturer, product, and serial from sysfs
  * bootstrap: change /bin/bash to /bin/sh
  * lsusb: fix two typos in UVC Extension Unit descriptor
  * usbhid-dump: Put back autoconf check for libusb_set_option()
buildservice-autocommit accepted request 807470 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 41)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 802934 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 40)
- Update to version 012:
  * Merge usbhid-dump into main usbutils repository
- Changes for version 011:
  * Add usbreset.c as noinst_PROGRAMS target.
  * lsusb: Read unkown names from sysfs device desc.
  * Remove a small hack that no longer has any effect.
  * Cleanup grammar
  * lsusb-t: Emit USB IDs and other handy info when verbosity is increased
  * Require newer version of libusb
  * lsusb.py: fix up Python 3 conversion
  * SPDX bill-of-material is supposed to be project_name.spdx
  * usbutils.spdx: rerun report, it is properly sorted.
  * desc-dump.c: fix compiler warning about unused variable
  * add usbreset to .gitignore
  * usbreset: fix some build warnings
  * usbhid-dump: update to latest version
  * fix up standard int types
  * update usbhid-dump git id
  * usbhid-dump: update to a newer version of usbhid-dump again.
  * usbutils.spdx: update with latest information
  * lsusb.py: Search multiple paths for usb.ids.
  * lsusb.py: Usb enum for parser state machine.
  * lsusb.py: Add driver names for usbhid.
  * lsusb.py: python2 compatibility
  * Makefile.am: add files with licenses to archive
  * lsusb.py: sort devices and interfaces numerically
  * lsusb.py: sort toplevel entries
  * lsusb.py: improve usage text
  * lsusb.py: replace fake deepcopy()
  * lsusb.py: remove -w (warn if usb.ids not sorted) option
buildservice-autocommit accepted request 687542 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 39)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 686933 from Ruediger Oertel's avatar Ruediger Oertel (oertel) (revision 38)
- update to usbutils 010
  * usbreset.c: add missing <stdlib.h> include
  * Do not create and install usbutils.pc
  * fix dump_videocontrol_interface for unitialized variable usage
  * Add correct SPDX license identifiers to all files
  * Add SPDX identifiers on files that did not have a specific license.
  * wTotalLength should be printed as a hex number
  * usbmisc: fix up some strncpy() issues
  * lsusb-t: fix up error with readlink()
  * lsusb.py.in: add proper SPDX license identifier
  * usb-devices: reword the copyright identifier
  * LICENSES: move the GPL 2 license to the LICENSES directory
  * LICENSES/GPL-3.0.txt: add the file
  * lsusb.h: add copyright notice
  * lsusb-t: add copyright info
  * bom.spdx: Add bill of materials file in SPDX format.
  * ChangeLog: remove it.
  * AUTHORS: remove file
  * do_release: drop file
  * NEWS: add SPDX header and comment
  * autogen.sh: add SPDX and copyright header
  * list.h: add copyright information
  * travis-autogen.sh: add SPDX and copyright information.
  * INSTALL: remove the file, it's boiler-plate
  * configure.ac: add SPDX and copyright
  * man pages: add SPDX and copyright information
  * Makefile.am: add SPDX and copyright information
  * .gitmodules: add SPDX and copyright lines
  * lsusb.py.in: fix up Copyright strings
  * usbreset.c: add Alan's copyright
buildservice-autocommit accepted request 590592 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 37)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 588122 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 36)
- Use usb ids from hwdata
- Modernise spec file with spec-cleaner
- Make building more verbose
buildservice-autocommit accepted request 574517 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 35)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 572337 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 34)
- Update to usbutils 009
  * usbreset: coding style
  * Don't use C99-ism
  * usbhid-dump: update submodule to latest version
  * add usbreset.c example program
  * update usbhid-dump to latest
  * lsusb.py: Don't dump a trace dump if usb.ids is not present
  * USB: usb-devices: Interface number can be a string
  * autogen.sh: checkout usbhid-dump
  * lsusb: add support for the Encoding Unit Desc for uvc 1.5
    device
  * lsusb: fix alignment for Video Streaming interface desc
  * lsusb: parse additional control fileds in USB video control
    interfaces for UVC1.5
  * lsusb: proper display hexadecimal value for UVC control
    interface
  * usbreset.c: import usability improvements from OpenWrt
  * Update lsusb.c
  * Un-indent bVariableSize for Frame-Based Format descriptors
  * Makefile: install pkgconfig file to arch-dependent location
  * lsusb: Allocate the BOS descriptor buffer dynamically
  * lsusb: Add support for the USB 3.1 SuperSpeedPlus device
    capability desc
  * lsusb: Fix issue with lengthy string descriptors
  * lsusb: Added support for Billboard Capability descriptor
  * Update usbhid-dump repo URL
  * Update usbhid-dump to v1.4
  * configure: remove summary about unused USE_ZLIB
  * drop unused input file for usb.ids update script
  * substitute usb.id location in lsusb Python script
  * lsusb: remove unused variable procbususb
  * lsusb: Report correct MaxPower for USB 3.0 devices
  * lsusb: Request proper descriptor type for USB 3.1
  * lsusb: Store link state descriptions without preceding
    space
  * build: Request at least libusb 1.0.9
  * Added support for Platform Device Capability descriptor
  * lsusb: change endianness of first three fields when printing
    UUID/GUIDs.
  * lsusb: Fix UVC STILL_IMAGE_FRAME descriptor
  * lsusb: Fix UVC VideoStreaming interface header descriptor
  * lsusb: Fix UVC OUTPUT_TERMINAL descriptor
  * lsusb: print WebUSB platform descriptor
  * travis-ci: add control files borrowed from libusb
  * travis-ci: cleanup before second run
  * travis-ci: rework travis-autogen.sh
- add fix-shebang.patch
buildservice-autocommit accepted request 263582 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) (revision 33)
baserev update by copy to link target
Displaying revisions 1 - 20 of 52
openSUSE Build Service is sponsored by