aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorproski <proski>2006-08-02 21:26:27 +0000
committerproski <proski>2006-08-02 21:26:27 +0000
commitdd95fed7542f4a0198aaa450a6e1c3c1ba98c546 (patch)
tree58e50859f6d7e360479752b5a94c77bb71b0eb96
parent55c12e9d04791cce8ba075f7142dd0066bb0c13b (diff)
Update firmware download location
-rw-r--r--at76c503.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/at76c503.c b/at76c503.c
index 1a57155..5b92194 100644
--- a/at76c503.c
+++ b/at76c503.c
@@ -7100,10 +7100,8 @@ static int at76c50x_probe(struct usb_interface *interface,
dbg(DBG_FW, "got it.");
} else {
err("firmware %s not found.", fw_name);
- /* FIXME: Update URL */
err("You may need to download the firmware from "
- "http://www.thekelleys.org.uk/atmel or "
- "ftp://ftp.berlios.de/pub/at76c503a/firmware/");
+ "https://developer.berlios.de/projects/at76c503a/");
return retval;
}
} else