disable CPRM02
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 14 Oct 2014 13:38:34 +0000 (15:38 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 14 Oct 2014 13:38:34 +0000 (15:38 +0200)
lib/Biblio/RFID/Reader.pm

index f99d159..3af9fc4 100644 (file)
@@ -171,7 +171,8 @@ Probe each RFID reader supported and returns succefull ones
 
 =cut
 
-my @readers = ( '3M810', 'CPRM02', 'librfid' );
+#my @readers = ( '3M810', 'CPRM02', 'librfid' );
+my @readers = ( '3M810', 'librfid' );
 
 sub _available {
        my ( $self, $filter ) = @_;