~ubuntu-branches/ubuntu/trusty/pcsc-lite/trusty-proposed

« back to all changes in this revision

Viewing changes to src/pcscd.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-13 17:23:28 UTC
  • mfrom: (3.1.31 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121113172328-x9h88xgo6mu87xic
Tags: 1.8.6-3ubuntu1
* Merge with Debian
  Remaining Ubuntu changes:
  - debian/rules: Move runtime libraries to /lib, for the benefit of
    wpasupplicant. (See Debian #531592)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#define PCSCLITE_CSOCK_NAME             PCSCLITE_IPC_DIR "/pcscd.comm"
32
32
 
33
 
#define PCSCLITE_VERSION_NUMBER         "1.8.5" /**< Current version */
 
33
#define PCSCLITE_VERSION_NUMBER         "1.8.6" /**< Current version */
34
34
#define PCSCLITE_STATUS_POLL_RATE       400000          /**< Status polling rate */
35
35
#define PCSCLITE_LOCK_POLL_RATE         100000          /**< Lock polling rate */
36
36