Skip to content

Commit

Permalink
uvesafb: add connector entries
Browse files Browse the repository at this point in the history
Add connector idx and val constants for v86d and uvesafb.

Signed-off-by: Michal Januszewski <spock@gentoo.org>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Michal Januszewski authored and Linus Torvalds committed Oct 16, 2007
1 parent 3d62a44 commit cc54f46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/linux/connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
#define CN_VAL_CIFS 0x1
#define CN_W1_IDX 0x3 /* w1 communication */
#define CN_W1_VAL 0x1
#define CN_IDX_V86D 0x4
#define CN_VAL_V86D_UVESAFB 0x1


#define CN_NETLINK_USERS 4
#define CN_NETLINK_USERS 5

/*
* Maximum connector's message size.
Expand Down

0 comments on commit cc54f46

Please sign in to comment.