linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Aaron Lehmann <aaronl@vitelus.com>
Cc: vojtech@ucw.cz, kernel list <linux-kernel@vger.kernel.org>
Subject: Re: Make synaptics support optional
Date: Wed, 9 Jul 2003 13:38:55 +0200	[thread overview]
Message-ID: <20030709113855.GC223@elf.ucw.cz> (raw)
In-Reply-To: <20030709095544.GA852@vitelus.com>

Hi!

> On Tue, Jul 08, 2003 at 12:45:51PM +0200, Pavel Machek wrote:
> > --- /usr/src/tmp/linux/drivers/input/mouse/synaptics.c	2003-06-24 12:27:47.000000000 +0200
> > +++ /usr/src/linux/drivers/input/mouse/synaptics.c	2003-07-08 12:32:36.000000000 +0200
> > @@ -213,6 +213,9 @@
> >  {
> >  	struct synaptics_data *priv;
> >  
> > +#ifndef CONFIG_MOUSE_SYNAPTICS
> > +	return -1;
> > +#endif;
> >  	psmouse->private = priv = kmalloc(sizeof(struct synaptics_data), GFP_KERNEL);
> >  	if (!priv)
> >  		return -1;
> > 
> 
> Why not adjust the Makefiles?

It was that way once in history, but later it was changed to "always
include". I wanted minimal change.
								Pavel
-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]

      reply	other threads:[~2003-07-09 17:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-08 10:45 Make synaptics support optional Pavel Machek
2003-07-08 14:08 ` Vojtech Pavlik
2003-07-09  9:55 ` Aaron Lehmann
2003-07-09 11:38   ` Pavel Machek [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=20030709113855.GC223@elf.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=aaronl@vitelus.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vojtech@ucw.cz \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).