~ubuntu-branches/ubuntu/wily/acsccid/wily

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Godfrey Chung
  • Date: 2013-09-02 11:46:30 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130902114630-lujvp61jp7wacnwv
Tags: 1.0.5-1
* New upstream release.
* Updated Standards-Version to 3.9.4.
* Updated debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2013-9-2  Godfrey Chung  <godfrey.chung@acs.com.hk>
 
2
 
 
3
        * configure.ac: Update version to 1.0.5.
 
4
 
 
5
        * README: Update release information.
 
6
 
 
7
        * src/92_pcscd_acsccid.rules: Import from ccid-1.4.12 to remove pcscd group
 
8
        support.
 
9
        * src/92_pcscd_acsccid_group.rules: Previous version of
 
10
        src/92_pcscd_acsccid.rules with pcscd group support.
 
11
 
 
12
        * src/acr38cmd.c: Update copyright.
 
13
        (ACR38_SetCardVoltage): Change the data type of cardVoltage to BYTE.
 
14
        (ACR38_SetCardType): Change the data type of cardType to DWORD.
 
15
        Change the data type of TxBuffer to PDWORD.
 
16
 
 
17
        * src/ccid.c: Update copyright.
 
18
        (ccid_open_hack_post): Add hack for ACS_ACR1281U_K_DUAL_READER,
 
19
        ACS_ACR1281U_K_1S_DUAL_READER, ACS_ACR1281U_K_4S_DUAL_READER and
 
20
        ACS_ACR123_3S_READER.
 
21
        * src/ccid.h: Update copyright.
 
22
        (ACS_ACR123_3S_READER, ACS_ACR1251U_C, ACS_ACR1281U_K_DUAL_READER)
 
23
        (ACS_ACR1281U_K_1S_DUAL_READER, ACS_ACR1281U_K_4S_DUAL_READER):
 
24
        Macro defined.
 
25
 
 
26
        * src/ccid_usb.c: Update copyright.
 
27
        (OpenUSBByName): Simulate ACR1251U-C Smart Card Reader as multi-slot reader.
 
28
        Enable SAM support for ACR1251U-C Smart Card Reader.
 
29
 
 
30
        * src/debug.c: Import from ccid-1.4.12 to fix a bug that the driver cannot
 
31
        start the debug mode on Mac OS X 10.8.
 
32
        * src/debug.h: Import from ccid-1.4.12.
 
33
 
 
34
        * src/ifdhandler.c: Update copyright.
 
35
        (ACR38CardVoltage): Change the data type to BYTE.
 
36
        (ACR38CardType): Change the data type to DWORD.
 
37
        (IFDHGetCapabilities): Simulate ACR1251U-C Smart Card Reader as multi-slot
 
38
        reader.
 
39
        (IFDHICCPresence): Read data from interrupt endpoint for all readers.
 
40
 
 
41
        * src/pcscd_acsccid.rules: New reader "ACS ACR3901U ICC Reader",
 
42
        "ACS ACR123 3S Reader", "ACS ACR123 PICC Reader", "ACS ACR123US_BL",
 
43
        "ACR1251U-C Smart Card Reader", "ACS ACR1281U-K PICC Reader",
 
44
        "ACS ACR1281U-K Dual Reader", "ACS ACR1281U-K 1S Dual Reader" and
 
45
        "ACS ACR1281U-K 4S Dual Reader".
 
46
        * src/supported_readers.txt: New reader "ACS ACR3901U ICC Reader",
 
47
        "ACS ACR123 3S Reader", "ACS ACR123 PICC Reader", "ACS ACR123US_BL",
 
48
        "ACR1251U-C Smart Card Reader", "ACS ACR1281U-K PICC Reader",
 
49
        "ACS ACR1281U-K Dual Reader", "ACS ACR1281U-K 1S Dual Reader" and
 
50
        "ACS ACR1281U-K 4S Dual Reader".
 
51
 
1
52
2012-6-15  Godfrey Chung  <godfrey.chung@acs.com.hk>
2
53
 
3
54
        * AUTHORS: Update information.