#126: disable or slow down i8042_timer in i8042 driver
----------------------+-----------------------------------------------------
 Reporter:  dilinger  |        Owner:  marcelo 
     Type:  defect    |       Status:  assigned
 Priority:  normal    |    Milestone:          
Component:  kernel    |   Resolution:          
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by marcelo):

  * status:  new => assigned

Comment:

 Andres,

 Apparently the timer is not only used to simulate hotplug, but:

 {{{
 /*
  * Restart timer (for polling "stuck" data)
  */
         mod_timer(&i8042_timer, jiffies + I8042_POLL_PERIOD);
 }}}

 So increasing (or disabling) would involve further understanding
 of the timer's purpose and testing on actual OLPC hardware (to
 check whether stuck data is an issue in this case).

-- 
Ticket URL: <http://dev.laptop.org/ticket/126#comment:1>
One Laptop Per Child <http://laptop.org/>
_______________________________________________
Devel mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/devel

Reply via email to