Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] parport_gsc unuseable
@ 2005-12-06 19:59 Guy Martin
  2005-12-07 21:34 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Guy Martin @ 2005-12-06 19:59 UTC (permalink / raw)
  To: parisc-linux

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]


Hi all,

Since 2.6.12, the parport_gsc driver is not useable due to some changes in the parport driver.
A 'select PARPORT_NOT_PC' line in the Kconfig was added to every non-pc driver but the gsc one.

Patching the kernel with the attached fix makes the parport driver working again.

Happy printing :)

  Guy

[-- Attachment #2: parport_gsc-PARPORT_NOT_PC.diff --]
[-- Type: text/x-patch, Size: 406 bytes --]

diff -uNr linux-2.6.14.orig/drivers/parport/Kconfig linux-2.6.14/drivers/parport/Kconfig
--- linux-2.6.14.orig/drivers/parport/Kconfig	2005-12-06 20:38:34.000000000 +0100
+++ linux-2.6.14/drivers/parport/Kconfig	2005-12-06 20:41:22.000000000 +0100
@@ -121,6 +121,7 @@
 	tristate
 	default GSC
 	depends on PARPORT
+	select PARPORT_NOT_PC
 
 config PARPORT_SUNBPP
 	tristate "Sparc hardware (EXPERIMENTAL)"

[-- Attachment #3: Type: text/plain, Size: 169 bytes --]

_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] parport_gsc unuseable
  2005-12-06 19:59 [parisc-linux] parport_gsc unuseable Guy Martin
@ 2005-12-07 21:34 ` Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2005-12-07 21:34 UTC (permalink / raw)
  To: parisc-linux; +Cc: Guy Martin

On Tuesday 06 December 2005 20:59, Guy Martin wrote:
> Since 2.6.12, the parport_gsc driver is not useable due to some changes in the parport driver.
> A 'select PARPORT_NOT_PC' line in the Kconfig was added to every non-pc driver but the gsc one.
> Patching the kernel with the attached fix makes the parport driver working again.

Thanks !
Applied to 2.6.15-rc5-pa3.

Helge
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

end of thread, other threads:[~2005-12-07 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-06 19:59 [parisc-linux] parport_gsc unuseable Guy Martin
2005-12-07 21:34 ` Helge Deller

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