~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to scd/ccid-driver.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2010-01-09 21:15:18 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100109211518-jy03kb8hv1a12gfz
Tags: 2.0.14-1
* New upstream release.
* debian/control: Build depend on libreadline-dev instead of
  libreadline5-dev, since libreadline6-dev is out. (Closes: #548922)
* debian/source/format, debian/source/options,
  debian/source/patch-header: Convert to v3 quilt format, with
  single-debian-patch.
* debian/control: Tighten dependency on gnupg-agent. (Closes: #551792)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
53
53
 * OF THE POSSIBILITY OF SUCH DAMAGE.
54
54
 *
55
 
 * $Date: 2009-07-29 18:19:48 +0200 (Wed, 29 Jul 2009) $
 
55
 * $Date: 2009-12-21 17:19:09 +0100 (Mon, 21 Dec 2009) $
56
56
 */
57
57
 
58
58
 
845
845
  if ((us & 0x0020))
846
846
    DEBUGOUT ("    Auto baud rate change\n");
847
847
  if ((us & 0x0040))
848
 
    DEBUGOUT ("    Auto parameter negotation made by CCID\n");
 
848
    DEBUGOUT ("    Auto parameter negotiation made by CCID\n");
849
849
  else if ((us & 0x0080))
850
850
    DEBUGOUT ("    Auto PPS made by CCID\n");
851
851
  else if ((us & (0x0040 | 0x0080)))
852
 
    DEBUGOUT ("    WARNING: conflicting negotation features\n");
 
852
    DEBUGOUT ("    WARNING: conflicting negotiation features\n");
853
853
 
854
854
  if ((us & 0x0100))
855
855
    DEBUGOUT ("    CCID can set ICC in clock stop mode\n");