All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Hesse <mail@earthworm.de>
To: linux-kernel@vger.kernel.org
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: Linux 2.6.10-ac2
Date: Sun, 2 Jan 2005 21:56:07 +0100	[thread overview]
Message-ID: <200501022156.12117.mail@earthworm.de> (raw)
In-Reply-To: <1104450153.3415.1.camel@localhost.localdomain>


[-- Attachment #1.1: Type: text/plain, Size: 217 bytes --]

On Friday 31 December 2004 00:42, Alan Cox wrote:
> o Restore PWC driver    (Luc Saillard)

PWC can only be build as module. I've patched it to be build 
into the kernel. The patch is attached.

-- 
Christian

[-- Attachment #1.2: pwc_Makefile.patch --]
[-- Type: text/x-diff, Size: 352 bytes --]

--- linux/drivers/usb/media/pwc/Makefile~	2005-01-02 17:06:42.569471000 +0100
+++ linux/drivers/usb/media/pwc/Makefile	2005-01-02 17:07:35.869471000 +0100
@@ -2,7 +2,7 @@
 
 pwc-objs	:= pwc-if.o pwc-misc.o pwc-ctrl.o pwc-uncompress.o pwc-dec1.o pwc-dec23.o pwc-kiara.o pwc-timon.o
 
-obj-m += pwc.o
+obj-$(CONFIG_USB_PWC) += pwc.o
 
 else
 

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

      parent reply	other threads:[~2005-01-02 20:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-30 23:42 Linux 2.6.10-ac2 Alan Cox
2004-12-31  1:40 ` Coywolf Qi Hunt
2004-12-31  2:01   ` Coywolf Qi Hunt
2005-01-02 20:56 ` Christian Hesse [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=200501022156.12117.mail@earthworm.de \
    --to=mail@earthworm.de \
    --cc=alan@lxorguk.ukuu.org.uk \
    --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.