public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Ubuntu PATCH] Add Specialix IO8+ card support hotplug support
@ 2006-07-03 20:47 Randy Dunlap
  2006-07-11 10:23 ` Rogier Wolff
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2006-07-03 20:47 UTC (permalink / raw)
  To: lkml; +Cc: akpm, R.E.Wolff

Patch Description:
Add "Specialix IO8+ card support" hotplug support

patch location:
http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=d795cfc591bb44f6b3d86d8f054a227cecb44bb4

---
 drivers/char/specialix.c |    7 +++++++
 1 file changed, 7 insertions(+)

--- linux-2617-g21.orig/drivers/char/specialix.c
+++ linux-2617-g21/drivers/char/specialix.c
@@ -2584,6 +2584,13 @@ static void __exit specialix_exit_module
 	func_exit();
 }
 
+static struct pci_device_id specialx_pci_tbl[] __devinitdata = {
+	{ PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_SPECIALIX_IO8,
+	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+	{ }
+};
+MODULE_DEVICE_TABLE(pci, specialx_pci_tbl);
+
 module_init(specialix_init_module);
 module_exit(specialix_exit_module);
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Ubuntu PATCH] Add Specialix IO8+ card support hotplug support
  2006-07-03 20:47 [Ubuntu PATCH] Add Specialix IO8+ card support hotplug support Randy Dunlap
@ 2006-07-11 10:23 ` Rogier Wolff
  0 siblings, 0 replies; 2+ messages in thread
From: Rogier Wolff @ 2006-07-11 10:23 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, akpm, R.E.Wolff

On Mon, Jul 03, 2006 at 01:47:48PM -0700, Randy Dunlap wrote:
> Patch Description:
> Add "Specialix IO8+ card support" hotplug support

Looks good (untested). 

	Roger. 

> 
> patch location:
> http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=d795cfc591bb44f6b3d86d8f054a227cecb44bb4
> 
> ---
>  drivers/char/specialix.c |    7 +++++++
>  1 file changed, 7 insertions(+)
> 
> --- linux-2617-g21.orig/drivers/char/specialix.c
> +++ linux-2617-g21/drivers/char/specialix.c
> @@ -2584,6 +2584,13 @@ static void __exit specialix_exit_module
>  	func_exit();
>  }
>  
> +static struct pci_device_id specialx_pci_tbl[] __devinitdata = {
> +	{ PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_SPECIALIX_IO8,
> +	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
> +	{ }
> +};
> +MODULE_DEVICE_TABLE(pci, specialx_pci_tbl);
> +
>  module_init(specialix_init_module);
>  module_exit(specialix_exit_module);
>  
> 

-- 
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
Q: It doesn't work. A: Look buddy, doesn't work is an ambiguous statement. 
Does it sit on the couch all day? Is it unemployed? Please be specific! 
Define 'it' and what it isn't doing. --------- Adapted from lxrbot FAQ

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-11 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-03 20:47 [Ubuntu PATCH] Add Specialix IO8+ card support hotplug support Randy Dunlap
2006-07-11 10:23 ` Rogier Wolff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox