]> xenbits.xen.org Git - xenclient/ioemu-pq.git/commitdiff
[XC-292] Print screen support in guest environment.
authorKamala Narasimhan <kamala.narasimhan@citrix.com>
Wed, 14 Oct 2009 17:18:49 +0000 (13:18 -0400)
committerKamala Narasimhan <kamala.narasimhan@citrix.com>
Wed, 14 Oct 2009 17:18:49 +0000 (13:18 -0400)
master/new-input-code

index a94b0c3c2f25476f1c5c6e7f73b7af1713c2959e..e798b3cc35a0aaad15c8592886c262f59df6b605 100644 (file)
@@ -1,5 +1,5 @@
 diff --git a/hid-linux.c b/hid-linux.c
-index f2e0bce..525fdb3 100644
+index f2e0bce..e59312c 100644
 --- a/hid-linux.c
 +++ b/hid-linux.c
 @@ -42,12 +42,11 @@
@@ -18,7 +18,7 @@ index f2e0bce..525fdb3 100644
  
  #define DEBUG_HID_LINUX
  
-@@ -64,468 +63,633 @@ while (0);
+@@ -64,468 +63,637 @@ while (0);
  # define DEBUG(_format_, args...) (void)0
  #endif
  
@@ -326,6 +326,10 @@ index f2e0bce..525fdb3 100644
 +    case KEY_PROG1:
 +      keycode = 0x1;
 +      first = 0xe0;
++      break;
++    case KEY_SYSRQ:
++      keycode = 0x37;
++      first = 0xe0;
 +      break;
      }