All of lore.kernel.org
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: John Heim <jheim@math.wisc.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: patch for speakup serial hardware synths
Date: Fri, 11 May 2012 14:30:17 -0400	[thread overview]
Message-ID: <20120511183016.GA15149@fieldses.org> (raw)
In-Reply-To: <E0BBA37A8B0840BF82FE8AEADEBE8B5D@math.wisc.edu>

On Fri, May 11, 2012 at 10:36:54AM -0500, John Heim wrote:
> A few weeks ago I asked about a problem with the speakup screen
> reader code. It does not work with serial hardware speech
> synthesizers. But I managed to get it working. How can I submit my
> fix for integration into the kernel code. The patch file can be
> downloaded here:
> http://www.math.wisc.edu/~jheim/downloads/patch-2012-03-06.patch

See Documentation/SubmittingPatches.

As a first approximation:
	- try to figure out who maintains that code (by looking in
	  MAINTAINERS and/or looking at "git log
	  path/to/file/you/modified" to see who touched it lately, and
	  make sure they're cc'd on your mail.
	- generate the diff with "diff -up".
	- append the patch to your email so we can reply and quote it if
	  necessary.
	- give a few more details about what was broken before and how
	  this fixed it.

--b.

> 
> To install it you cd to the linux source directory and do this:
> patch -i patch-2012-03-06.patch drivers/staging/speakup/serialio.c"
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

      reply	other threads:[~2012-05-11 18:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-11 15:36 patch for speakup serial hardware synths John Heim
2012-05-11 18:30 ` J. Bruce Fields [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120511183016.GA15149@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=jheim@math.wisc.edu \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.