1. 16 2月, 2014 4 次提交
  2. 14 2月, 2014 1 次提交
  3. 13 2月, 2014 3 次提交
  4. 31 1月, 2014 1 次提交
  5. 28 1月, 2014 8 次提交
  6. 21 1月, 2014 3 次提交
  7. 13 1月, 2014 2 次提交
  8. 07 1月, 2014 3 次提交
  9. 04 1月, 2014 3 次提交
  10. 03 1月, 2014 10 次提交
  11. 01 1月, 2014 1 次提交
    • D
      Input: cros_ec_keyb - fix problems with backslash · 64757eba
      Doug Anderson 提交于
      The driver can't deal with two entries its keymap having the same keycode.
      When this happens it will get confused about whether the key is down or up
      and will cause some screwy behavior.
      
      We need to have two entries for KEY_BACKSLASH to handle US and UK
      keyboards. Specifically:
      * On the US keyboard the backslash key (above enter) is r3 c11 and is
        supposed to be reported as BACKSLASH.
      * On the UK keyboard the # key (left of enter) is r4 c10 and is
        supposed to be reported as BACKSLASH.
      * On the UK keyboard the \ key (left of Z) is r2 c7 and is supposed to
        be reported as KEY_102ND.
      
      Note that both keyboards (US and UK) have only one physical backslash
      key so the constraint that each physical key should have its own keycode
      still stands.
      Signed-off-by: NDoug Anderson <dianders@chromium.org>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      64757eba
  12. 28 12月, 2013 1 次提交