[PATCH] huawei: enlarge the checking times for ndisstatqry in disconnecting.

Aleksander Morgado aleksander at lanedo.com
Mon Aug 12 23:32:19 PDT 2013


On 13/08/13 04:01, Fangxiaozhi (Franko) wrote:
> 	By the way, I do the patch with the following command:
> 	git diff a b        (a: the directory of the original modemmanager source code
>                      b: the directory of the modified modemmanager source code )
> 
> 	and then the path will be a/a/... and b/b, I don't know it will be this.
> 
> 	Can you tell me the right command to do the right patch?

You just go to the directory with the modified source and you commit the
changes yourself and write the commit log. Once you have a proper commit
on top of origin/master:

Either create a .diff that can be attached to an email:
 * git format-patch origin/master

or tell git to directly send the email to the mailing list:

 * git send-email origin/master
--to=modemmanager-devel at lists.freedesktop.org

You may need further options in git send-email to really send the email
(like your SMTP server conf and such).

-- 
Aleksander


More information about the ModemManager-devel mailing list