1. 18 10月, 2009 1 次提交
  2. 17 10月, 2009 1 次提交
  3. 16 10月, 2009 1 次提交
  4. 15 10月, 2009 31 次提交
  5. 14 10月, 2009 3 次提交
  6. 13 10月, 2009 1 次提交
  7. 12 10月, 2009 2 次提交
    • F
      Fixed wacom emulation · 2ca2078e
      François Revol 提交于
      - for absolute mode, scale coordinates to the real device maximum values,
      since some drivers (on Haiku and Linux at least) need them as such,
      and the HID descriptor is boggus on some models anyway,
      - keep the coordinates even when no button is pressed, on real tablet
      the pen is sensed on the surface even without direct contact,
      and drivers expect this,
      - map left button to pressure according to what the Haiku driver wants,
      - map the right button to the pen button,
      - map the middle button to the eraser,
      - use asynchronous reporting as the hid code does, stops the Haiku driver
      (and probably others) from spending 50% cpu polling for changes.
      Signed-off-by: NFrançois Revol <revol@free.fr>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      2ca2078e
    • G
      rom loader: also try filename as-is. · b96bf493
      Gerd Hoffmann 提交于
      In case qemu_find_file fails try to open the file as-is.
      
      Patchworks-ID: 35263
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      b96bf493