I had a problem while compiling test11 on test9 kernel with debian
gcc-2.95.2. I had suspended the compilation with Ctrl-Z and it
continuted by compiling some garbage. Next time it compiled fine, so I'd
guess the files were ok in cache.
I do not know who is to blaim. Just thought to share this in
Did not move the parport interface properly into IEEE1284_PH_REV_IDLE
phase at end of data due to comparing bytes with nibbles. Internal
phase IEEE1284_PH_HBUSY_DNA became unused, so remove it.
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]>
---
drivers/media/video/cpia_pp.c
Make drivers that use directly PC parport HW depend on PARPORT_PC
rather than HW independent PARPORT.
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]>
---
drivers/block/Kconfig|2 +-
drivers/block/paride/Kconfig |5 +++--
drivers/scsi/Kconfig |8
3
Trivial "const" additions to places in parport that truly are const.
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]>
---
drivers/parport/parport_pc.c | 38 ++
drivers/parport/probe.c |6 +++---
2 files changed, 25 insertions(
Use the complete slab buffer that is allocated by kmalloc.
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]>
---
drivers/parport/daisy.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
Index: linux-dvb/drivers/parport/d
Small cleanup of includes meant for older implementation.
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]>
---
diff -Nru a/drivers/net/plip.c b/drivers/net/plip.c
--- a/drivers/net/plip.c2005-01-08 07:44:25 +02:00
+++ b/drivers/net/plip.c2005-01-16 12:20:44 +02:00
@@ -98,7
overly complicated, but Tim Waugh
recalled on linux-parport seeing some buggy device that might need it.
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]>
---
drivers/parport/probe.c | 193
1 files changed, 130 insertions(+), 63 deletions(-)
Daisy chain end detection failed at least with older daisy chain
devices that do not implement the last device signal.
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]>
---
drivers/parport/daisy.c | 27 +--
1 files changed, 17 insertions(+), 10 deletions(-)
Device ID reading from daisy chain devices failed because the daisy
device could not be opened.
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]>
---
Index: linux-dvb/drivers/parport/daisy.c
===
--- linux-dvb.orig/drivers/p
I played with a daisy chain device that is not ieee1284 compliant
and found buffer overflow and failure to open daisy chain devices.
While fixing it I found also a number of other problems also affecting
proper ieee1284 devices.
This is a collection of the changes I have made. They have been throu
Add missing "struct" keyword preventing compilation with DEBUG_PARPORT
defined. Also add some "const".
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]>
---
include/linux/parport_pc.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: linux-dvb/
Help external ppSCSI driver by exporting parport_get_port to match the
parport_put_port.
Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]>
---
diff -Nru a/drivers/parport/share.c b/drivers/parport/share.c
--- a/drivers/parport/share.c 2004-10-28 10:39:58 +03:00
+++ b/drivers/parport/s
On 9/7/05, Andrew Morton <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > This is a collection of the changes I have made. They have been through
> > linux-parport mailing list already in January and they have been modified
> > according to comments.
>
> umm, OK. parport patches worry me
13 matches
Mail list logo