[PATCH v2 2/5] uvesafb: add connector entries



Add connector idx and val constants for v86d and uvesafb.

Signed-off-by: Michal Januszewski <spock@xxxxxxxxxx>
---
include/linux/connector.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/linux/connector.h b/include/linux/connector.h
index 10eb56b..14cecaf 100644
--- a/include/linux/connector.h
+++ b/include/linux/connector.h
@@ -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.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • [PATCH 4/4] fbdev: uvesafb documentation
    ... Add the documentation for the uvesafb driver. ... +uvesafb should work with any video card that has a Video BIOS compliant ... v86d is used to run the x86 Video BIOS code in a simulated and ...
    (Linux-Kernel)
  • [PATCH v2 5/5] uvesafb: documentation
    ... Documentation for the uvesafb driver. ... +uvesafb should work with any video card that has a Video BIOS compliant ... v86d is used to run the x86 Video BIOS code in a simulated and ...
    (Linux-Kernel)
  • RE: [Bugme-new] [Bug 10580] New: uvesafb is broken
    ... uvesafb doesn't work anymore with the current git version. ... v86d emulator seems to be hardcoding ... is it the v86d emulator making assumption about this address wrongly. ...
    (Linux-Kernel)