1. 11 Nov, 2021 2 commits
    • Juan David González Cobas's avatar
    • Juan David González Cobas's avatar
      force handle count to start by 1 · 55ac9c1d
      Juan David González Cobas authored
      The value returned by the open_* routines, called 'a handle', is
      nothing but an index into the static table of library contexts (one per
      open device). The possibility that a handle is zero can be bothersome
      for clients that assume it has some kind of file descriptor semantics.
      So we make it start by 1 instead of 0 to avoid special, different
      treatment between MagentaSYS attns and the USB type of attn.
      
      Reported-by: Dimitris Lampridis <dimitrios.lampridis AT cern.ch>
      55ac9c1d
  2. 10 Nov, 2021 17 commits
  3. 09 Nov, 2021 10 commits
  4. 05 Nov, 2021 11 commits