From 302276dc1b90cfc972fb726ca94a23b18f4b0088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 Feb 2022 15:24:35 +0100 Subject: New upstream version 1.1.1 --- tools/epson2usb.pl | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/epson2usb.pl') diff --git a/tools/epson2usb.pl b/tools/epson2usb.pl index 6d542d7..b1e63dd 100755 --- a/tools/epson2usb.pl +++ b/tools/epson2usb.pl @@ -42,11 +42,8 @@ use warnings; next unless $m->{'usbid'} =~ /"0x04b8"\s+"(0x[[:xdigit:]]+)"/; my $id = $1; - # print $id, "\n"; - $id =~ s/0x0/0x/; - $m->{'model'} =~ s/;.+$//; $m->{'model'} =~ s/\"//g; $m->{'model'} =~ s/\s+$//; -- cgit v1.2.3