From: Gordon Lack <gmlack@freenet.co.uk>
To: linux-hotplug@vger.kernel.org
Subject: Re: hotplug-2001_01_23 and kernel 2.4.1
Date: Fri, 02 Feb 2001 00:49:38 +0000 [thread overview]
Message-ID: <marc-linux-hotplug-98108773003771@msgid-missing> (raw)
In-Reply-To: <marc-linux-hotplug-98098107731236@msgid-missing>
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
David Brownell wrote:
>
> > Try this patch. If it works, it should go to Linus.
>
> ... but it won't, it needs to use the new macros that got
> introduced in the 2.4.0 "final" kernel. That one was
> against test12-pre3, which doesn't have them. A working
> version should go to Linus, that much is true! :-)
Well, it seems to work at 2.4.1 once (trivially) converted to the new
macros. \switching on the printer now gets the printer module loaded.
Thanks. Patch against 2.1.4 appended (I've just got the modified and
original file in one dir).
[-- Attachment #2: printer-2.4.1.patch --]
[-- Type: text/plain, Size: 356 bytes --]
--- printer.c.orig Thu Jan 4 21:15:32 2001
+++ printer.c Fri Feb 2 00:24:52 2001
@@ -613,6 +613,9 @@
};
static struct usb_device_id usblp_ids [] = {
+ { USB_DEVICE_INFO(7, 1, 1) },
+ { USB_DEVICE_INFO(7, 1, 2) },
+ { USB_DEVICE_INFO(7, 1, 3) },
{ USB_INTERFACE_INFO(7, 1, 1) },
{ USB_INTERFACE_INFO(7, 1, 2) },
{ USB_INTERFACE_INFO(7, 1, 3) },
prev parent reply other threads:[~2001-02-02 0:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-31 22:41 hotplug-2001_01_23 and kernel 2.4.1 Greg KH
2001-02-01 1:06 ` David Brownell
2001-02-01 1:54 ` David Brownell
2001-02-02 0:49 ` Gordon Lack [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=marc-linux-hotplug-98108773003771@msgid-missing \
--to=gmlack@freenet.co.uk \
--cc=linux-hotplug@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 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).