All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dtor_core@ameritech.net>
To: Roey Katz <roey@sdf.lonestar.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.9 & 2.6.10 unresponsive to keyboard upon bootup
Date: Sun, 9 Jan 2005 11:02:51 -0500	[thread overview]
Message-ID: <200501091102.51246.dtor_core@ameritech.net> (raw)
In-Reply-To: <Pine.NEB.4.61.0501091421530.22271@sdf.lonestar.org>

On Sunday 09 January 2005 09:24 am, Roey Katz wrote:
> I tried (at the top of 2.6.9rc2-bk3/ ), "cat 
> dmitrys-patch | patch -p1".  It complained of rejecting hunks and whatnot:
> 
> patching file drivers/Makefile
> Hunk #1 FAILED at 21.
> Hunk #2 FAILED at 43.
> 2 out of 2 hunks FAILED -- saving rejects to file drivers/Makefile.rej
> 
> I tried this in 2.6.10/, but got the same response.
>

Most likely you selected and then pasted the patch while in X. This caused
whitespace damage to the patch (tabs were converted to spaces). Try saving
the entire message into a file with your MUA and feed the result to the
"patch" command.

Alternatively, just edit drivers/Makefile and move the line mentioning
"input/serio" to be just above the line mentioning "input".
  
> > ===== drivers/Makefile 1.50 vs edited =====
> > --- 1.50/drivers/Makefile	2004-12-01 01:00:21 -05:00
> > +++ edited/drivers/Makefile	2005-01-09 00:33:32 -05:00
> > @@ -21,9 +21,6 @@
> > obj-$(CONFIG_FB_I810)           += video/i810/
> > obj-$(CONFIG_FB_INTEL)          += video/intelfb/
> >
> > -# we also need input/serio early so serio bus is initialized by the time
> > -# serial drivers start registering their serio ports
> > -obj-$(CONFIG_SERIO)		+= input/serio/
> > obj-y				+= serial/
> > obj-$(CONFIG_PARPORT)		+= parport/
> > obj-y				+= base/ block/ misc/ net/ media/
> > @@ -46,6 +43,7 @@
> > obj-$(CONFIG_TC)		+= tc/
> > obj-$(CONFIG_USB)		+= usb/
> > obj-$(CONFIG_USB_GADGET)	+= usb/gadget/
> > +obj-$(CONFIG_SERIO)		+= input/serio/
> > obj-$(CONFIG_INPUT)		+= input/
> > obj-$(CONFIG_GAMEPORT)		+= input/gameport/
> > obj-$(CONFIG_I2O)		+= message/
> >
> 

-- 
Dmitry

  reply	other threads:[~2005-01-09 16:02 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-01  8:27 2.6.9 & 2.6.10 unresponsive to keyboard upon bootup Roey Katz
2005-01-01 21:31 ` Dmitry Torokhov
2005-01-02  6:28   ` Roey Katz
2005-01-02  6:52     ` Dmitry Torokhov
2005-01-02  6:59       ` Roey Katz
2005-01-03  2:53       ` Roey Katz
2005-01-03  3:06         ` Dmitry Torokhov
2005-01-03  5:37           ` Roey Katz
2005-01-03  6:23             ` Dmitry Torokhov
2005-01-03 13:21               ` Roey Katz
2005-01-03 16:35                 ` Dmitry Torokhov
2005-01-03 16:54                   ` Roey Katz
2005-01-04  5:49                   ` Roey Katz
2005-01-04  6:17                     ` Dmitry Torokhov
2005-01-04  6:26                       ` Roey Katz
2005-01-06  4:16                       ` Dmitry Torokhov
2005-01-06  4:29                         ` Roey Katz
2005-01-07  4:06                         ` Roey Katz
2005-01-07  5:45                           ` Dmitry Torokhov
2005-01-07 13:37                             ` Roey Katz
2005-01-07 15:20                               ` Dmitry Torokhov
2005-01-09  5:14                                 ` Roey Katz
2005-01-09  5:35                                   ` Dmitry Torokhov
2005-01-09 14:24                                     ` Roey Katz
2005-01-09 16:02                                       ` Dmitry Torokhov [this message]
2005-01-10  1:09                                         ` Roey Katz
2005-01-11  7:39                                           ` Dmitry Torokhov
2005-01-13  3:19                                             ` Roey Katz
2005-01-13  3:42                                               ` Dmitry Torokhov
2005-01-14 23:06                                                 ` Matthew Harrell
2005-01-15  0:29                                                   ` Matthew Harrell
2005-01-15  1:31                                                   ` Dmitry Torokhov
2005-01-15  2:28                                                     ` Matthew Harrell
2005-01-15  2:58                                                     ` Matthew Harrell
2005-01-15  3:57                                                       ` Dmitry Torokhov
2005-01-17 19:56                                                     ` Vojtech Pavlik
2005-01-17 19:58                                                       ` Matthew Harrell
2005-01-17 20:03                                                         ` Vojtech Pavlik
2005-01-15  7:23                                                 ` Roey Katz
2005-02-12 17:50                                                 ` Roey Katz
2005-02-13  6:45                                                   ` Dmitry Torokhov
2005-03-03 13:26                                                     ` Roey Katz
2005-01-03  3:03       ` Roey Katz
  -- strict thread matches above, loose matches on Subject: below --
2005-01-15 11:05 Marco Cipullo
2005-01-15 17:42 ` Dmitry Torokhov
2005-01-15 18:02   ` marco

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=200501091102.51246.dtor_core@ameritech.net \
    --to=dtor_core@ameritech.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=roey@sdf.lonestar.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.