Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 399003 | Differences between
and this patch

Collapse All | Expand All

(-)tmp/QtDMM2-0.3//cdmm/serialport.cpp (-2 / +2 lines)
Lines 223-230 Link Here
223
  {
223
  {
224
    goto config_error;
224
    goto config_error;
225
  }
225
  }
226
  
226
  /* what the ? is this doing here? */
227
  tcsetattr( m_handle, TCSAFLUSH, &attr );
227
  //tcsetattr( m_handle, TCSAFLUSH, &attr );
228
228
229
  return Port::Ok;
229
  return Port::Ok;
230
  
230
  

Return to bug 399003