[PATCH] parport: phase fixes
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 <marko.kohtala@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
c660629059
commit
742ec650e9
@ -242,7 +242,6 @@ enum ieee1284_phase {
|
||||
IEEE1284_PH_FWD_IDLE,
|
||||
IEEE1284_PH_TERMINATE,
|
||||
IEEE1284_PH_NEGOTIATION,
|
||||
IEEE1284_PH_HBUSY_DNA,
|
||||
IEEE1284_PH_REV_IDLE,
|
||||
IEEE1284_PH_HBUSY_DAVAIL,
|
||||
IEEE1284_PH_REV_DATA,
|
||||
|
Reference in New Issue
Block a user