lkml.org 
[lkml]   [2004]   [Dec]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 12/16] Use msecs_to_jiffies in atkbd
    Date

    ===================================================================


    ChangeSet@1.1972, 2004-12-28 00:47:30-05:00, dtor_core@ameritech.net
    Input: use msecs_to_jiffies instead of manually calculating
    delay for Toshiba bouncing keys workaround to the code
    works with HZ != 1000.

    Signed-off-by: Dmitry Torokhov <dtor@mail.ru>


    atkbd.c | 2 +-
    1 files changed, 1 insertion(+), 1 deletion(-)


    ===================================================================



    diff -Nru a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
    --- a/drivers/input/keyboard/atkbd.c 2004-12-29 01:51:48 -05:00
    +++ b/drivers/input/keyboard/atkbd.c 2004-12-29 01:51:48 -05:00
    @@ -378,7 +378,7 @@
    break;
    case 1:
    atkbd->last = code;
    - atkbd->time = jiffies + (atkbd->dev.rep[REP_DELAY] * HZ + 500) / 1000 / 2;
    + atkbd->time = jiffies + msecs_to_jiffies(atkbd->dev.rep[REP_DELAY]) / 2;
    break;
    case 2:
    if (!time_after(jiffies, atkbd->time) && atkbd->last == code)
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/
    \
     
     \ /
      Last update: 2005-03-22 14:09    [W:2.124 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site