This change along with dom0 kernel changes should allow for more hotkeys to work on certain platforms like HP 6930p, 2530p.
diff --git a/hid-linux.c b/hid-linux.c
-index f2e0bce..557a644 100644
+index f2e0bce..525fdb3 100644
--- a/hid-linux.c
+++ b/hid-linux.c
@@ -42,12 +42,11 @@
#define DEBUG_HID_LINUX
-@@ -64,468 +63,629 @@ while (0);
+@@ -64,468 +63,633 @@ while (0);
# define DEBUG(_format_, args...) (void)0
#endif
+ case KEY_RIGHTMETA:
+ keycode = 0x5C;
+ first = 0xe0;
++ break;
++ case KEY_PROG1:
++ keycode = 0x1;
++ first = 0xe0;
+ break;
}