From: David Ford <david@blue-labs.org>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org, Ed Okerson <eokerson@quicknet.net>
Subject: Re: [PATCH] drivers/telephony/phonedev.c (brings this code up to date with Quicknet CVS)
Date: Sun, 13 May 2001 10:14:35 -0700 [thread overview]
Message-ID: <3AFEC0FB.8080705@blue-labs.org> (raw)
In-Reply-To: <E14yygK-0006fu-00@the-village.bc.nu>
Alrighty. That eliminates the patch. I'll rewrite the ixj.c according
to this. ixj.c will be a large patch due to the numerous revisions, I
don't know how well it can be broken up into small pieces. Do you want
small pieces still? The ChangeLog shows all the fixes for the
revisions. There have been 68 revisions since the version listed in the
kernel's tree.
David
Alan Cox wrote:
>>phonedev.diff is against 2.4.4 and brings the file phonedev.c up to date
>>with respect to the Quicknet CVS. Changes are very minor, mostly #if
>>LINUX_VERSION_CODE matching and structure updates. Small off by one
>>fixes and file operation semantics updates.
>>
>
>I intentionally dont keep back compat glue in the mainstream kernel
>
>>@@ -101,20 +134,25 @@
>>
>> if (unit != PHONE_UNIT_ANY) {
>> base = unit;
>>- end = unit + 1; /* enter the loop at least one time */
>>+ end = unit;
>>
>
>This unfixes a bug too.
>
>All rejected
>
next prev parent reply other threads:[~2001-05-13 17:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-13 0:41 [PATCH] drivers/telephony/phonedev.c (brings this code up to date with Quicknet CVS) David Ford
2001-05-13 16:25 ` Alan Cox
2001-05-13 17:14 ` David Ford [this message]
2001-05-13 18:37 ` Alan Cox
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=3AFEC0FB.8080705@blue-labs.org \
--to=david@blue-labs.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=eokerson@quicknet.net \
--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.