[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:
parent
c660629059
commit
742ec650e9
3 changed files with 42 additions and 51 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue