From b31a3c2390e7d18833396e5e8a4d61bc32c7aaec Mon Sep 17 00:00:00 2001 From: Alex J Lennon Date: Tue, 12 May 2015 18:22:59 +0100 Subject: tc65: Replace tc65 plugin with cinterion plugin On the basis that tc6x and other Cinterion devices will likely have similar firmware requirements, provide a generic Cinterion plugin which is functionally identical to the replaced tc65 plugin. The udev implementation retains support for "tc65" name for backwards compatibility, and adds support for the new "cinterion" name. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 22249c43..113a2d51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -390,8 +390,8 @@ builtin_sources += plugins/stemgr.c builtin_modules += caif builtin_sources += plugins/caif.c -builtin_modules += tc65 -builtin_sources += plugins/tc65.c +builtin_modules += cinterion +builtin_sources += plugins/cinterion.c builtin_modules += nokia builtin_sources += plugins/nokia.c -- cgit v1.2.3