fdi file to make hal support iriver audio players

Danny Kukawka danny.kukawka at web.de
Thu Jun 16 13:04:44 PDT 2005


On Thursday 16 June 2005 21:50, Mattias Eriksson wrote:
> Hi,
>
> Here is a .fdi file for most iriver audio player (thankt so iriver for
> providing the list of usb ids). Can someone commit this to the cvs, so
> it doesn't get lost?
> You who owns a iriver player may double check so I got the capabilities
> correct. I'm not so sure about all the input mime types, the iriver
> homepage didn't say anything about it.

Hi,

why did you not use compare* (see below) to match the different versions of 
the player to reduce merge the duplicate  keys?

Something like : 
match (compare_gt=0x1007) && (compare_lt=0x1011)
merge ....
 
--------------------------
compare_lt - can be used on int, uint64, double and string properties to 
compare with a constant. Matches when the given property is less than the 
given constant using the default ordering. 

compare_le - like compare_lt but matches when less than or equal. 

compare_gt - like compare_lt but matches when greater than. 

compare_ge - like compare_lt but matches when greater than or equal.
--------------------------

Danny
_______________________________________________
hal mailing list
hal at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/hal



More information about the Hal mailing list