From: Robert Hancock <hancockr@shaw.ca>
To: "Kristian Høgsberg" <krh@redhat.com>
Cc: linux-kernel@vger.kernel.org, linux1394-devel@lists.sourceforge.net
Subject: Re: [PATCH 3/4] Add driver for OHCI firewire host controllers.
Date: Tue, 19 Dec 2006 22:20:30 -0600 [thread overview]
Message-ID: <4588BA0E.1080801@shaw.ca> (raw)
In-Reply-To: <fa.4xX+iXSBwItlW4ONHWvAYR6m5+c@ifi.uio.no>
Kristian Høgsberg wrote:
> Signed-off-by: Kristian Hoegsberg <krh@redhat.com>
> ---
> drivers/firewire/Kconfig | 11
> drivers/firewire/Makefile | 1
> drivers/firewire/fw-ohci.c | 1394 ++++++++++++++++++++++++++++++++++++++++++++
> drivers/firewire/fw-ohci.h | 152 +++++
> 4 files changed, 1558 insertions(+), 0 deletions(-)
>
..
> +static struct pci_driver fw_ohci_pci_driver = {
> + .name = ohci_driver_name,
> + .id_table = pci_table,
> + .probe = pci_probe,
> + .remove = pci_remove,
> +};
How about suspend/resume support? Lots of laptops have OHCI 1394 and
full suspend/resume support is something that the current ohci1394
driver lacks.
--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/
next parent reply other threads:[~2006-12-20 4:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fa.4xX+iXSBwItlW4ONHWvAYR6m5+c@ifi.uio.no>
2006-12-20 4:20 ` Robert Hancock [this message]
2006-12-20 8:10 ` [PATCH 3/4] Add driver for OHCI firewire host controllers Stefan Richter
2006-12-20 18:10 ` Kristian Høgsberg
2006-12-20 0:58 Kristian Høgsberg
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=4588BA0E.1080801@shaw.ca \
--to=hancockr@shaw.ca \
--cc=krh@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux1394-devel@lists.sourceforge.net \
/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.