This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 83db6800ddea7be6553fb9fd3ee8f4641f1f69f5 (commit) from 4507470068e2fcecde6ebc522b977156e964846f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 83db6800ddea7be6553fb9fd3ee8f4641f1f69f5 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Nov 4 22:07:27 2010 +0100
Add missing mISDN patch.
-----------------------------------------------------------------------
Summary of changes: src/patches/mISDN_hfc-s_add_id.patch | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 src/patches/mISDN_hfc-s_add_id.patch
Difference in files: diff --git a/src/patches/mISDN_hfc-s_add_id.patch b/src/patches/mISDN_hfc-s_add_id.patch new file mode 100644 index 0000000..d544b1f --- /dev/null +++ b/src/patches/mISDN_hfc-s_add_id.patch @@ -0,0 +1,28 @@ +diff -Naur mISDN.org/drivers/isdn/hardware/mISDN/hfcpci.c mISDN/drivers/isdn/hardware/mISDN/hfcpci.c +--- mISDN.org/drivers/isdn/hardware/mISDN/hfcpci.c 2010-05-25 10:41:29.000000000 +0200 ++++ mISDN/drivers/isdn/hardware/mISDN/hfcpci.c 2010-10-31 11:19:05.000000000 +0100 +@@ -88,6 +88,7 @@ + HFC_DIGI_DF_M_A, + HFC_ABOCOM_2BD1, + HFC_SITECOM_DC105V2, ++ HFC_NONAME_1AE7_0520, + }; + + struct hfcPCI_hw { +@@ -2182,6 +2183,7 @@ + {HFC_DIGI_DF_M_A, 0, + "Digi International DataFire Micro V (North America)"}, + {HFC_SITECOM_DC105V2, 0, "Sitecom Connectivity DC-105 ISDN TA"}, ++ {HFC_NONAME_1AE7_0520, 0, "NoName HFC-S (1AE7:0520) ISDN TA"}, + {}, + }; + +@@ -2233,6 +2235,8 @@ + PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &hfc_map[21]}, + {PCI_VENDOR_ID_SITECOM, PCI_DEVICE_ID_SITECOM_DC105V2, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &hfc_map[22]}, ++ {0x1ae7, 0x0520, ++ PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &hfc_map[23]}, + {}, + }; +
hooks/post-receive -- IPFire 2.x development tree