This commit is contained in:
parent
92b7276241
commit
36a9b989bb
10
SCsupported_HP_internal.diff
Normal file
10
SCsupported_HP_internal.diff
Normal file
@ -0,0 +1,10 @@
|
||||
--- Drivers/ccid/readers/supported_readers.txt.old 2011-01-18 12:53:00.277025632 +0100
|
||||
+++ Drivers/ccid/readers/supported_readers.txt 2011-01-18 12:58:12.988025632 +0100
|
||||
@@ -111,6 +111,7 @@
|
||||
|
||||
# Alcor Micro Corp.
|
||||
0x058F:0x9520:Alcor Micro AU9520
|
||||
+0x058F:0x9540:Alcor Micro HP internal
|
||||
|
||||
# RSA
|
||||
0x15E1:0x2007:RSA SecurID
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 14:13:52 CET 2011 - oneukum@suse.de
|
||||
|
||||
- Added support for internal reader in HP laptops
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 5 17:13:38 CET 2011 - sbrabec@suse.cz
|
||||
|
||||
|
@ -22,13 +22,14 @@ Name: pcsc-ccid
|
||||
%define _name ccid
|
||||
BuildRequires: libusb-1_0-devel pcsc-lite-devel pkg-config udev
|
||||
Version: 1.4.1
|
||||
Release: 1
|
||||
Release: 6
|
||||
Group: Productivity/Security
|
||||
License: LGPLv2.1+
|
||||
Url: http://pcsclite.alioth.debian.org/ccid.html
|
||||
Summary: PCSC Driver for CCID Based Smart Card Readers and GemPC Twin Serial Reader
|
||||
Source: %{_name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Patch: SCsupported_HP_internal.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# openSUSE package pcsc-lite 1.6.6 is the first one which creates the scard UID and GID:
|
||||
Requires: pcsc-lite >= 1.6.6
|
||||
@ -61,6 +62,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
%patch -p2
|
||||
cp -a src/openct/LICENSE LICENSE.openct
|
||||
cp -a src/towitoko/README README.towitoko
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user