K 10 svn:author V 6 adrian K 8 svn:date V 27 2013-02-20T11:14:55.500402Z K 7 svn:log V 337 CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather than part of ts_status. Thus: * make sure we decode them from ts_flags, rather than ts_status; * make sure we decode them regardless of whether there's an error or not. This correctly exposes descriptor configuration errors, TX delimiter underruns and TX data underruns. END