Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17027
b: refs/heads/master
c: d8a3349
h: refs/heads/master
i:
  17025: a9d6c48
  17023: 4535d02
v: v3
  • Loading branch information
Marko Kohtala authored and Linus Torvalds committed Jan 9, 2006
1 parent 20a90e6 commit 64f4756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1c4ac408fbab78a5f89ff583b68d2d11b421bb3
refs/heads/master: d8a33496671e4533aed090793436d58debea6f3a
4 changes: 3 additions & 1 deletion trunk/include/linux/parport.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,14 @@ struct pardevice {

/* IEEE1284 information */

/* IEEE1284 phases */
/* IEEE1284 phases. These are exposed to userland through ppdev IOCTL
* PP[GS]ETPHASE, so do not change existing values. */
enum ieee1284_phase {
IEEE1284_PH_FWD_DATA,
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,
Expand Down

0 comments on commit 64f4756

Please sign in to comment.