Thread: USBID list?
View Single Post
Old 05-14-2015, 12:09 PM   #3
biblioeteca
Member
biblioeteca began at the beginning.
 
biblioeteca's Avatar
 
Posts: 16
Karma: 10
Join Date: Sep 2011
Device: kindle
Thank you,

I'll look at these files and try to "decode" to create the list

Quote:
Originally Posted by jackie_w View Post
You could download calibre's latest sourcecode and have a look at the various driver.py files in the device subdirectories within \src\calibre\devices

My sourcecode copy isn't up-to-date but its kobo\driver.py shows
Code:
    VENDOR_ID           = [0x2237]
    BCD                 = [0x0110, 0x0323, 0x0326]
    ORIGINAL_PRODUCT_ID = [0x4165]
    WIFI_PRODUCT_ID     = [0x4161, 0x4162]
    PRODUCT_ID          = ORIGINAL_PRODUCT_ID + WIFI_PRODUCT_ID
Is that the sort of info you're looking for?
biblioeteca is offline   Reply With Quote