diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-10-10 22:14:47 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-10-10 22:14:47 +0200 |
commit | 6f4c2f475f30dcf43a69cf1cabd17831c60cd04e (patch) | |
tree | 4385481dec3a138402023f13cd6939593e057945 /localbrotherfwfetch | |
parent | 5e08d64fb197c34dd861bf059980435f98e96a9c (diff) |
Try firmware query with version 1.10: Needed for HL-4040CN.
Diffstat (limited to 'localbrotherfwfetch')
-rwxr-xr-x | localbrotherfwfetch | 2 |
1 files changed, 1 insertions, 1 deletions
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 '<REQUESTINFO><FIRMUPDATETOOLINFO><FIRMCATEGORY>' >> request.xml echo -n $firmid >> request.xml |