From: Roger B. <ro...@ro...> - 2003-12-18 09:09:16
|
I have another little project for anyone who wants something well defined and simple to learn Python and help bitpim. I need code that can parse the following file: http://www.linux-usb.org/usb.ids I need to be able to lookup vendor, product and interface information. Note also that about 2/3 of the way down it has definitions for device classes which would be nice to parse as well. The audio and HID stuff doesn't matter. The idea will be to hook this code into the com/usb port browser so that meaningful names are displayed for the various devices found. I will probably ship a copy of that file with bitpim. Roger |