1. 19 8月, 2013 2 次提交
  2. 09 5月, 2013 1 次提交
  3. 24 3月, 2013 1 次提交
  4. 27 2月, 2013 4 次提交
  5. 23 2月, 2013 1 次提交
  6. 26 1月, 2013 1 次提交
  7. 08 1月, 2013 1 次提交
  8. 10 8月, 2012 1 次提交
  9. 01 7月, 2012 2 次提交
  10. 27 6月, 2012 8 次提交
  11. 01 6月, 2012 15 次提交
  12. 21 3月, 2012 2 次提交
    • J
      to fix scancodes returned by sony-laptop driver · 747a562f
      John Hughes 提交于
      Fix scancodes returned by driver to match scancodes used to remap keys.
      
      (Before the patch FN/E returned scancode 0x1B, but to remap scancode
      0x14 had to be used).
      
      The scancodes returned by the sony-laptop driver for function keys did not
      match the scancodes used to remap keys.  Also, since the scancode was sent
      to the input subsystem after the mapped keysym the /lib/udev/keymap
      utility was confused about which scancode to report for which keysym.
      
      This patch fixes the driver so the correct scancode is shown for each
      key.  It also adds to the documentation a description of where to find
      the scancodes.
      Signed-off-by: NJohn Hughes <john@calva.com>
      Acked-by: NDmitry Torokhov <dtor@mail.ru>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      747a562f
    • J
      sony-laptop: Enable keyboard backlight by default · 6fe6ae56
      Josh Boyer 提交于
      When the keyboard backlight support was originally added, the commit said
      to default it to on with a 10 second timeout.  That actually wasn't the
      case, as the default value is commented out for the kbd_backlight parameter.
      Because it is a static variable, it gets set to 0 by default without some
      other form of initialization.
      
      However, it seems the function to set the value wasn't actually called
      immediately, so whatever state the keyboard was in initially would remain.
      Then commit df410d52 was introduced during the 2.6.39 timeframe to
      immediately set whatever value was present (as well as attempt to
      restore/reset the state on module removal or resume).  That seems to have
      now forced the light off immediately when the module is loaded unless
      the option kbd_backlight=1 is specified.
      
      Let's enable it by default again (for the first time).  This should solve
      https://bugzilla.redhat.com/show_bug.cgi?id=728478Signed-off-by: NJosh Boyer <jwboyer@redhat.com>
      Acked-by: NMattia Dongili <malattia@linux.it>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      6fe6ae56
  13. 24 10月, 2011 1 次提交