diff --git a/SOURCES/ccid-1.4.10-broadcom.patch b/SOURCES/ccid-1.4.10-broadcom.patch new file mode 100644 index 0000000..b75e6cb --- /dev/null +++ b/SOURCES/ccid-1.4.10-broadcom.patch @@ -0,0 +1,49 @@ +diff -up ./readers/supported_readers.txt.broadcom ./readers/supported_readers.txt +--- ./readers/supported_readers.txt.broadcom 2017-09-05 15:45:54.780972598 -0700 ++++ ./readers/supported_readers.txt 2017-09-05 15:50:17.088475393 -0700 +@@ -181,10 +181,14 @@ + 0x1B0E:0x1078:BLUTRONICS BLUDRIVE II CCID + + # Broadcom Corp +-0x0A5C:0x5800:Broadcom Corp 5880 +-0x0A5C:0x5802:Broadcom Corp 5880 +-0x0A5C:0x5802:Broadcom Corp 5880 ++0x0A5C:0x5800:Broadcom Corp 5880 Unsupported Needs Microcode Update ++0x0A5C:0x5801:Broadcom Corp 5880 Unsupported Needs Microcode Update + 0x0A5C:0x5802:Broadcom Corp 5880 ++0x0A5C:0x5804:Broadcom Corp 5880 ++0x0A5C:0x5805:Broadcom Corp 5880 Unsupported Needs Microcode Update ++0x0A5C:0x5832:Broadcom Corp 5880 ++0x0A5C:0x5833:Broadcom Corp 5880 ++0x0A5C:0x5834:Broadcom Corp 5880 + + # C3PO + 0x0783:0x0007:C3PO TLTC2USB +@@ -202,6 +206,7 @@ + 0x046A:0x005B:Cherry GmbH SmartBoard XX1X + 0x046A:0x0070:Cherry GmbH SmartTerminal XX1X + 0x046A:0x0072:Cherry GmbH SmartTerminal ST-1275 ++0x046A:0x0090:Cherry GmbH TC 1100 + + # COVADIS + 0x0982:0x0008:COVADIS VEGA-ALPHA +@@ -461,8 +466,6 @@ + # ATMEL + 0x03EB:0x6016:ATMEL VaultIC460 + +-# Broadcom Corp +-0x0A5C:0x5801:Broadcom Corp 5880 + + # C3PO + 0x0783:0x0003:C3PO LTC3x USB +@@ -561,10 +564,6 @@ + #0x08E6:0x5504:Gemalto Prox SU USB PC LinkReader (GemProxSU.txt) + #0x08E6:0x5504:Gemalto Prox SU USB PC LinkReader (GemProxSU.txt_i1) + +-#0x0A5C:0x5802:Broadcom Corp 5880 (Broadcom_5880v3.txt) +-#0x0A5C:0x5802:Broadcom Corp 5880 (Broadcom_5880v4.txt) +-#0x0A5C:0x5802:Broadcom Corp 5880 (Broadcom_5880v4.txt_i1) +- + #0x0B81:0x0200:id3 Semiconductors CL1356T (id3_CL1356T.txt) + #0x0B81:0x0200:id3 Semiconductors CL1356T5 (id3_CL1356T5.txt) + diff --git a/SPECS/pcsc-lite-ccid.spec b/SPECS/pcsc-lite-ccid.spec index c000d37..c111d62 100644 --- a/SPECS/pcsc-lite-ccid.spec +++ b/SPECS/pcsc-lite-ccid.spec @@ -4,7 +4,7 @@ Name: pcsc-lite-ccid Version: 1.4.10 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Generic USB CCID smart card reader driver Group: System Environment/Libraries @@ -17,6 +17,7 @@ Patch3: ccid-1.4.10-maxreaders.patch Patch4: ccid-1.4.10-yubikey.patch Patch5: ccid-readers-3.4.20.patch Patch6: ccid-1.4.10-max-cpu-bug.patch +Patch7: ccid-1.4.10-broadcom.patch BuildRequires: libusb1-devel @@ -42,6 +43,7 @@ PC/SC Lite daemon. %patch4 -b .yubikey %patch5 -b .yubikey_2 %patch6 -b .max_cpu_bug +%patch7 -b .broadcom %build @@ -69,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/reader.conf.d %changelog +* Tue Sep 5 2017 Robert Relyea