jlhonora / lsusb

lsusb command for Mac OS X
MIT License
368 stars 49 forks source link

Is this project dead? #19

Open Am0rphous opened 2 years ago

Am0rphous commented 2 years ago

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

Is this project abandoned?

Best regards

gdubicki commented 10 months ago

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: .... !!!"

0xdevalias commented 10 months ago

There are seemingly 3 forks:


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:

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

phuclv90 commented 10 months ago

@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

Am0rphous commented 10 months ago

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

LanikSJ commented 8 months ago

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.