1. 05 Jan, 2011 1 commit
    • Colin Cross's avatar
      Fix infinite loop in init when debugging is turned off · f7ca6040
      Colin Cross authored
      If a keychord is pressed when debugging is turned off, the main
      event poll in init will return an event on the keychord fd,
      but handle_keychord never reads the data.  Once this happens,
      the poll will always return immediately, and init enters an
      infinite loop.  Fix it by always reading from the keychord fd,
      but only handling the returned keychord if debugging is
      enabled.
      
      Change-Id: Ie4efa98247d3cc978d275dc8a4516b32aa710278
      f7ca6040
  2. 17 Nov, 2010 1 commit
  3. 22 Apr, 2010 1 commit
  4. 14 Apr, 2010 1 commit