aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-08-02 12:26:05 -0500
committerDan Williams <dcbw@redhat.com>2011-08-02 12:26:23 -0500
commit7985a27321274e4087023e383276d3cbf73359bc (patch)
tree4812ad12fbfee496f29452064aae347a7829eefb
parentb9c2180886dc759403c837564cf39a4d030fea52 (diff)
doc: update README (bgo #652910)
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e8f2f4f5..a95b6db4 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ program (tests/mm-test.py) that demonstrates the basic API usage.
Implementation.
ModemManager is a DBus system bus activated service (meaning it's started
automatically when a request arrives). It is written in C. The devices are
-queried from HAL and automatically updated based on hardware events. There's
+queried from udev and automatically updated based on hardware events. There's
a GInterface (MMModem) that defines the modem interface and any device specific
implementation must implement it. There are two generic MMModem implementations
to support the basic operations (one for GSM, one for CDMA,) which are common
@@ -22,7 +22,7 @@ for all cards.
Plugins.
Plugins are loaded on startup, and must implement the MMPlugin interface. It
consists of a couple of methods which tell the daemon whether the plugin
-supports a HAL UDI and to create custom MMModem implementations. It most likely
+supports a port and to create custom MMModem implementations. It most likely
makes sense to derive custom modem implementations from one of the generic
classes and just add (or override) operations which are not standard. There's a
fully working plugin in the plugins/ directory for Huawei cards that can be