View Single Post
Old 01-08-2009, 09:21 AM   #38
kafka399
Member
kafka399 began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jan 2009
Device: cybook
Quote:
Originally Posted by user_none View Post
One of the problems is the bcd for my Cybook is different from kafka399's. I'm looking into the best way to take care of this.

@kafka399 you should be able to get it working if in /usr/share/hal/fdi/policy/20thirdparty/10-calibre.fdi you remove the <match key="@info.parent:@info.parent:@info.parent:@info. parent:usb.device_revision_bcd" int="0x110"> lines and their corresponding </match> lines.
So I did, the result is the same.
What does bcd mean?

A piece of 10-calibre.fdi file:

<device>
<match key="info.category" string="volume">
<match key="@info.parent:@info.parent:@info.parent:@info. parent:usb.vendor_id" int="0xbda">
<match key="@info.parent:@info.parent:@info.parent:@info. parent:usb.product_id" int="0x703">
</match>
</match>
</match>
</device>
<device>
<match key="info.category" string="volume">
<match key="@info.parent:@info.parent:@info.parent:@info. parent:usb.vendor_id" int="0xbda">
<match key="@info.parent:@info.parent:@info.parent:@info. parent:usb.product_id" int="0x703">
</match>
</match>
</match>
</device
kafka399 is offline   Reply With Quote