Re: [PATCH 3/4] Add driver for OHCI firewire host controllers.

2006-12-20 Thread Kristian Høgsberg
Robert Hancock wrote: Kristian Høgsberg wrote: ... +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

Re: [PATCH 3/4] Add driver for OHCI firewire host controllers.

2006-12-20 Thread Stefan Richter
Robert Hancock wrote: > How about suspend/resume support? Lots of laptops have OHCI 1394 and > full suspend/resume support is something that the current ohci1394 > driver lacks. To be precise, ohci1394 itself does suspend/resume now thanks to Bernhard Kaindl's patch from September. (Merged in 2.6

Re: [PATCH 3/4] Add driver for OHCI firewire host controllers.

2006-12-19 Thread Robert Hancock
Kristian Høgsberg wrote: Signed-off-by: Kristian Hoegsberg <[EMAIL PROTECTED]> --- drivers/firewire/Kconfig | 11 drivers/firewire/Makefile |1 drivers/firewire/fw-ohci.c | 1394 drivers/firewire/fw-ohci.h | 152 + 4 files changed, 15

[PATCH 3/4] Add driver for OHCI firewire host controllers.

2006-12-19 Thread Kristian Høgsberg
Signed-off-by: Kristian Hoegsberg <[EMAIL PROTECTED]> --- 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 deletion