lsusb icon indicating copy to clipboard operation
lsusb copied to clipboard

Is this project dead?

Open Am0rphous opened this issue 2 years ago • 5 comments

Hi! There are 2 pull request, where the oldest is from 2020.

Is this project abandoned?

Best regards

Am0rphous avatar Aug 01 '22 09:08 Am0rphous

Obviously, it is dead.

There should be a GitHub feature to point to a new "main" fork...

In lieu of its absence, I propose the author(s) of the "best" forks to step up and create an issue here like "!!! This project has been moved here: .... !!!"

gdubicki avatar Nov 21 '23 07:11 gdubicki

There are seemingly 3 forks:

  • https://github.com/jlhonora/lsusb/forks
    • https://github.com/carlnorum/lsusb (@carlnorum)
    • https://github.com/LanikSJ/lsusb (@LanikSJ)
    • https://github.com/phuclv90/lsusb (@phuclv90)
      • This branch is up to date with jlhonora/lsusb:master.


You may also be able to do what you need with the native command this tool wraps:

I was going to use a macOS port of lsusb, but it seems it's broken/abandoned:

  • https://github.com/jlhonora/lsusb
    • https://github.com/jlhonora/lsusb/issues/19

It mentions that it's just a wrapper around system_profiler SPUSBDataType though, so I will provide details from that:

⇒  system_profiler SPUSBDataType | subl

..snip..

Razer Ouroboros:
	Product ID: 0x0032
	Vendor ID: 0x1532
	Version: 2.00
	Speed: Up to 12 Mb/s
	Manufacturer: Razer
	Location ID: 0x14400000 / 5
	Current Available (mA): 500
	Current Required (mA): 500
	Extra Operating Current (mA): 0

..snip..

Originally posted by @0xdevalias in https://github.com/libratbag/libratbag/issues/103#issuecomment-1399613031

0xdevalias avatar Nov 22 '23 08:11 0xdevalias

@0xdevalias you need to switch branch to see the commits ahead because I don't change the master branch https://github.com/jlhonora/lsusb/pull/23

phuclv90 avatar Nov 22 '23 10:11 phuclv90

It seems this project is the most up to date and most developed repo: https://github.com/LanikSJ/lsusb I havent tested the new repo on macOS yet.

Cheers

Am0rphous avatar Nov 22 '23 14:11 Am0rphous

Feel free to use my project fork. I've tried to bring it up to date as much as I could. It has some syntax issues best I could tell, nothing major though. If you find any issues/bugs feel free to submit them and I'll do my best to figure it out.

LanikSJ avatar Jan 11 '24 03:01 LanikSJ