On Sat, Jul 4, 2009 at 18:31, David Zeuthen<[email protected]> wrote: > On Fri, 2009-07-03 at 20:08 +0200, Christophe Fergeau wrote: >> Hi, >> >> 2009/7/3 David Zeuthen <[email protected]>: >> > >> > - the name to use in the UI >> > - should I be using "$Vendor $Model" - seems I should only >> > be using "$Model" cf >> > >> > Product=Amazon Kindle >> > Vendor=Amazon >> >> Depends :-/ See sony-k750i_mobile_phone.mpi : >> Product=K750i mobile phone >> Vendor=Sony Ericsson >> >> and sony-ericsson_k810i.mpi: >> Product=Sony Ericsson K810i >> Vendor=Sony Ericsson >> >> These names are not really helpful for multi-productid files, see for >> example sony-e075_e076_e089.mpi which corresponds to 3 product IDs and >> has : >> Product=Sony Ericsson K850i, W910i, W580i >> Vendor=Sony Ericsson > > Hmm, maybe we should split multi-product files into a separate files. > Would that be a lot of work?
Yeah, I guess that is nicer to split different stuff and be able to have proper names. I also think we should replace: VendorID=0781 ProductID=7432;7433;7434;7435;74c0 With something like: DeviceMatch=usb:0781:7432;usb:0781:7433;usb:0781:7434:usb:0815:4711 or: DeviceMatch=usb:0781:7432|7433|7434;usb:0815:4711 It should allow to carry multiple vendors for the same device, and also prefix it with usb, to be able to add matches for other subsystems too. Thanks, Kay _______________________________________________ devkit-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/devkit-devel
