From 6f4c2f475f30dcf43a69cf1cabd17831c60cd04e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 10 Oct 2015 22:14:47 +0200 Subject: Try firmware query with version 1.10: Needed for HL-4040CN. --- localbrotherfwfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localbrotherfwfetch') diff --git a/localbrotherfwfetch b/localbrotherfwfetch index 4f085a7..3ef554c 100755 --- a/localbrotherfwfetch +++ b/localbrotherfwfetch @@ -23,7 +23,7 @@ done IFS=',' read -a firmids <<< "$firms" for firmid in "${firmids[@]}" do - for version in "0" "B0000000000" + for version in "0" "B0000000000" "1.10" do echo -n '' >> request.xml echo -n $firmid >> request.xml -- cgit v1.2.3