hal-info: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Fri Dec 5 04:18:27 PST 2008
fdi/information/10freedesktop/10-modem.fdi | 2 --
1 file changed, 2 deletions(-)
New commits:
commit a9ae40a68b82a9a591b33fd25a965d007197bf7a
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Fri Dec 5 13:16:21 2008 +0100
fix commit e6745fe9819655d8d22ce147b99db1ba35cd879b
Fixed commit e6745fe9819655d8d22ce147b99db1ba35cd879b:
- don't set info.capabilities for a device, it get added at the
end of the file automatically
- don't set modem.command_sets=V.250 for usb interface class/
subclass 0x02, since there is a generic entry to do this in
general
diff --git a/fdi/information/10freedesktop/10-modem.fdi b/fdi/information/10freedesktop/10-modem.fdi
index e8d8aa4..5a4b410 100644
--- a/fdi/information/10freedesktop/10-modem.fdi
+++ b/fdi/information/10freedesktop/10-modem.fdi
@@ -54,8 +54,6 @@
<match key="@info.parent:usb.product_id" int="0x42">
<match key="@info.parent:usb.interface.class" int="0x02">
<match key="@info.parent:usb.interface.subclass" int="0x02">
- <append key="info.capabilities" type="strlist">modem</append>
- <append key="modem.command_sets" type="strlist">V.250</append>
<append key="modem.command_sets" type="strlist">GSM-07.07</append>
<append key="modem.command_sets" type="strlist">GSM-07.05</append>
</match>
More information about the hal-commit
mailing list