Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760219Ab2EDViH (ORCPT ); Fri, 4 May 2012 17:38:07 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:48587 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759829Ab2EDViD (ORCPT ); Fri, 4 May 2012 17:38:03 -0400 From: Xose Vazquez Perez To: xose.vazquez@gmail.com, samuel@sortiz.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] irda: irda-usb.c URL to sigmatel stir 4210/4220/4116 fw from archive.org Date: Fri, 4 May 2012 23:37:57 +0200 Message-Id: <1336167477-28835-1-git-send-email-xose.vazquez@gmail.com> X-Mailer: git-send-email 1.7.10.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1072 Lines: 27 Sigmatel was bought by Freescale, the web is dead and the firmware was lost. Signed-off-by: Xose Vazquez Perez --- drivers/net/irda/irda-usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/irda/irda-usb.c b/drivers/net/irda/irda-usb.c index 72f687b..0c929f2 100644 --- a/drivers/net/irda/irda-usb.c +++ b/drivers/net/irda/irda-usb.c @@ -1081,6 +1081,7 @@ static int stir421x_patch_device(struct irda_usb_cb *self) /* * Known firmware patch file names for STIR421x dongles * are "42101001.sb" or "42101002.sb" + * http://web.archive.org/web/http://www.sigmatel.com/documents/stir4210_4220_4116_patch_files.tar.gz */ sprintf(stir421x_fw_name, "4210%4X.sb", self->usbdev->descriptor.bcdDevice); -- 1.7.10.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/