[PATCH] mbimcli: report IP configuration on connect

Dan Williams dcbw at redhat.com
Mon May 4 18:31:28 PDT 2015


On Tue, 2015-05-05 at 00:50 +0200, Joe wrote:
> On Monday 04 May 2015 12:16:11 Dan Williams wrote:
> > If we have it, report it.
> > 
> > ---
> >  src/mbimcli/mbimcli-basic-connect.c |  65 ++++++++++++++++-
> >  src/mbimcli/mbimcli-dss.c           |  94 +++++++++++++++++++-----
> >  src/mbimcli/mbimcli-helpers.c       | 142 
> ++++++++++++++++++++++++++++++++++++
> >  src/mbimcli/mbimcli-helpers.h       |   4 +
> >  4 files changed, 284 insertions(+), 21 deletions(-)
> >
> > [...]
> 
> Ehm... I'm totally newbie to git and patching...
> Pardon my ingnorance, but...  How can I apply this patch
> to test if it works for my dongle too?
> 
> Thanks in advance!

If you've got git installed, you can save the email as a text file (or
grab it from
http://people.redhat.com/dcbw/0001-mbimcli-report-IP-configuration-on-connect.patch ) and then 'cd' into the top level of the libmbim source tree.  Then, you run 'git am /path/to/0001-mbimcli-report-IP-configuration-on-connect.patch' and it should apply with no problems.  Then you can 'make' to build with the changes, 'make install' to install them, and you're all set with the new code.

dan




More information about the libmbim-devel mailing list