Skip to content

GaHoKwan/adbusbini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

One true adb_usb.ini to rule them all!

This Source From apkudo/adbusbini.git This Source From apkudo/adbusbini.git This Source From apkudo/adbusbini.git This Source From apkudo/adbusbini.git This Source From apkudo/adbusbini.git This Source From apkudo/adbusbini.git 〔OK〕

This is an adb_usb.ini containing every known Android vendor ID (and all other known USB vendors on the planet, just for good measure).

To clone into your .android directory (for easy updating via git):

$ cd ~/.android
$ rm adb_usb.ini
$ git init
$ git remote add origin [email protected]:GaHoKwan/adbusbini.git
$ git pull origin master

Alternatively, to just copy the latest file directly into your .android:

$ curl https://raw.github.com/GaHoKwan/adbusbini/master/adb_usb.ini ~/.android/adb_usb.ini

A parseable listing is included in VENDORS, using the following format:

<vendor_id> <is_android_vendor> <vendor_name>

For data sources, we used every Android device that we have (which is, we believe, all of them), the Linux USB listing at https://www.linux-usb.org/usb.ids, and the USB listing at https://www.usb.org/developers/tools/comp_dump. If you're interested, the tool used to scrape the web data sources is in adbusbini_scrape.py.

Updates are very much encouraged and appreciated - please either submit a pull request or email to [email protected].

Brought to you by the friendly hackers at Apkudo (www.apkudo.com / @apkudo).

(Obligatory legal note: All code, listings, etc. is released into the public domain, is provided as-is, and carries no warranties.)

About

adb_usb配置文件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages