0
I Use This!
Low Activity

Commits : Listings

Analyzed 44 minutes ago. based on code collected about 12 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update usbhid-dump git id More... almost 5 years ago
lsusb.py: visually group USB-version-related fields More... almost 5 years ago
lsusb.py: fix endpoint interval spacing More... almost 5 years ago
lsusb.py: rework output for more consistent indent of both columns More... almost 5 years ago
lsusb.py: use color by default More... almost 5 years ago
lsusb.py: convert readattr() and readlink() to methods of the container More... almost 5 years ago
lsusb.py: give all Usb* classes a superclass More... almost 5 years ago
lsusb.py: add an actual __repr__() to classes More... almost 5 years ago
lsusb.py: give all Usb* objects a .path attribute More... almost 5 years ago
lsusb.py: shorten find_usb_class() More... almost 5 years ago
lsusb.py: a few cosmetic changes More... almost 5 years ago
lsusb.py: UsbEndpoint: indent is a class implementation detail More... almost 5 years ago
lsusb.py: Usb* classes: call read() automatically from constructor More... almost 5 years ago
lsusb.py: use a constant for the magic class number 9 More... almost 5 years ago
lsusb.py: allow - as well as _ when matching hci module names More... almost 5 years ago
lsusb.py: move unrelated code out of try..except More... almost 5 years ago
lsusb.py: remove dead code More... almost 5 years ago
lsusb.py: use 'elif' where suitable More... almost 5 years ago
lsusb.py: cosmetic - replace tuples-as-"immutable lists" with regular lists More... almost 5 years ago
lsusb.py: entirely remove Usb* classes More... almost 5 years ago
lsusb.py: insert class FF:FF:FF into usbclasses to avoid special casing More... almost 5 years ago
lsusb.py: replace __repr__() for USB IDs with __str__() More... almost 5 years ago
lsusb.py: avoid manual calls to __foo__() More... almost 5 years ago
lsusb.py: remove now-unused bin_search() More... almost 5 years ago
lsusb.py: replace usb.ids binary search with dict lookup More... almost 5 years ago
lsusb.py: avoid shadowing Python's built-in 'str' More... almost 5 years ago
lsusb.py: use regular print() instead of hand-rolling the same thing More... almost 5 years ago
lsusb.py: support long options More... almost 5 years ago
lsusb.py: ensure all error messages are written to stderr More... almost 5 years ago
lsusb.py: remove -w (warn if usb.ids not sorted) option More... almost 5 years ago