smartcards: fix ccid reader dummy PTS
authorleslie <unknown>
Sat, 21 Mar 2009 12:35:31 +0000 (20:35 +0800)
committerleslie <unknown>
Sat, 21 Mar 2009 12:35:31 +0000 (20:35 +0800)
smartcard.c

index dd8f8d734e0619c34bdec8553f1336b5d3685b0e..fc0cde5b547015740405371b91c554620db5187d 100644 (file)
@@ -1076,7 +1076,7 @@ protected:
   virtual int DeviceRead(unsigned char *mem, int len, int timeout, int initialTimeout=0) { return -1; }
   virtual int DeviceWrite(const unsigned char *mem, int len, int delay=0) { return -1; }
   virtual void DeviceToggleReset(void) {}
-  virtual bool DevicePTS(void) { return false; }
+  virtual bool DevicePTS(void) { return true; }
   virtual bool DeviceIsInserted(void);
   //
   virtual bool Reset(void);