From 0348cf8177966c3b7d632f6e4ac5758af322c603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 18 Feb 2012 19:54:24 +0100 Subject: [PATCH] usb.ids is mirrored on haiku-files.org --- src/apps/devices/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/devices/Jamfile b/src/apps/devices/Jamfile index 89f45823a6..4af0861b8b 100644 --- a/src/apps/devices/Jamfile +++ b/src/apps/devices/Jamfile @@ -82,7 +82,7 @@ actions USBHeaderGen1 } local usbidsFile = [ DownloadFile usb.ids - : http://www.linux-usb.org/usb.ids ] ; + : http://www.haiku-files.org/files/usb.ids ] ; USBHeaderGen [ FGristFiles usbhdr.h ] : $(usbidsFile) : usb-header.awk ;