The same patch as before, but split up in three parts as per your suggestion. As before, please note that this does not build unless the gisi patch "gisi: Updated subscriptions and pipe handling to accomodate additional isimodem versions" is added first. We are currently looking at your comments on that one and will send in an update as soon as we can. Best Regards, Jessica Nilsson u8500: add plugin for u8500 udev: u8500 support and style fix isimodem: header updates for ISI2.5 Makefile.am | 4 + drivers/isimodem/debug.c | 132 ++++++++++++ drivers/isimodem/debug.h | 9 + drivers/isimodem/mtc.h | 38 ++++ drivers/isimodem/version.h | 26 +++ plugins/ofono.rules | 3 + plugins/u8500.c | 507 ++++++++++++++++++++++++++++++++++++++++++++ plugins/udev.c | 5 +- 8 files changed, 723 insertions(+), 1 deletions(-) create mode 100644 drivers/isimodem/version.h create mode 100644 plugins/u8500.c -- 1.7.3.5