Hi Alex, On 04/30/2015 02:08 PM, Alex J Lennon wrote: > On the basis that cinterion tx6x, ehsx, other devices will likely > have similar firmware requirements, implement a generic cinterion > plugin. > > The udev implementation retains support for "tc65" device for > backwards compatibility, and adds support for "ehs6" and generic > "cinterion" devices. > --- > Makefile.am | 4 +- > plugins/cinterion.c | 249 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > plugins/tc65.c | 245 --------------------------------------------------- Might be easier & cleaner to start off with this patch first. Copying the virgin tc65.c to cinterion.c. > plugins/udev.c | 11 ++- Then add quirk handling in patch 1 and add ehs6 specific logic to plugins/udev.c in follow on commits. > 4 files changed, 259 insertions(+), 250 deletions(-) > create mode 100644 plugins/cinterion.c > delete mode 100644 plugins/tc65.c > Regards, -Denis