diff options
author | Matt Reimer <mattjreimer@gmail.com> | 2006-01-30 22:26:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-30 22:26:56 +0000 |
commit | 6a5fc4fe77b973acc7259d54960b7f0e73b73280 (patch) | |
tree | 3cae5a93d66cdd686f2688b64e5b442e071d7ee5 /packages | |
parent | e7bd9c51874c4fb5194f02ae104e76cb08fcc7b1 (diff) |
irda-utils: use the correct port for IrDA on hx4700.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/irda-utils/irda-utils_0.9.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/irda-utils/irda-utils_0.9.16.bb b/packages/irda-utils/irda-utils_0.9.16.bb index 48f43cc999..4acfeff04d 100644 --- a/packages/irda-utils/irda-utils_0.9.16.bb +++ b/packages/irda-utils/irda-utils_0.9.16.bb @@ -41,7 +41,7 @@ module_id() { if [ ! -f /etc/sysconfig/irda ]; then case `module_id` in - "HP iPAQ H2200") + "HP iPAQ H2200" | "HP iPAQ HX4700") IRDA=yes DEVICE=/dev/tts/2 DONGLE= |