]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/mISDN_hfc-s_add_id.patch
Merge remote-tracking branch 'origin/next' into thirteen
[people/teissler/ipfire-2.x.git] / src / patches / mISDN_hfc-s_add_id.patch
1 diff -Naur mISDN.org/drivers/isdn/hardware/mISDN/hfcpci.c mISDN/drivers/isdn/hardware/mISDN/hfcpci.c
2 --- mISDN.org/drivers/isdn/hardware/mISDN/hfcpci.c 2012-10-08 14:48:40.000000000 +0200
3 +++ mISDN/drivers/isdn/hardware/mISDN/hfcpci.c 2012-10-08 17:09:29.527792226 +0200
4 @@ -53,6 +53,8 @@
5
6 #include "hfc_pci.h"
7
8 +#define PCI_VENDOR_ID_0x1AE7 0x1AE7
9 +
10 static const char *hfcpci_revision = "2.0";
11
12 static int HFC_cnt;
13 @@ -90,6 +92,7 @@
14 HFC_DIGI_DF_M_A,
15 HFC_ABOCOM_2BD1,
16 HFC_SITECOM_DC105V2,
17 + HFC_NONAME_1AE7_0520,
18 };
19
20 struct hfcPCI_hw {
21 @@ -2161,6 +2164,7 @@
22 {HFC_DIGI_DF_M_A, 0,
23 "Digi International DataFire Micro V (North America)"},
24 {HFC_SITECOM_DC105V2, 0, "Sitecom Connectivity DC-105 ISDN TA"},
25 + {HFC_NONAME_1AE7_0520, 0, "NoName HFC-S (1AE7:0520) ISDN TA"},
26 {},
27 };
28
29 @@ -2212,6 +2216,8 @@
30 (unsigned long) &hfc_map[21] },
31 { PCI_VDEVICE(SITECOM, PCI_DEVICE_ID_SITECOM_DC105V2),
32 (unsigned long) &hfc_map[22] },
33 + { PCI_VDEVICE(0x1AE7, 0x0520),
34 + (unsigned long) &hfc_map[23] },
35 {},
36 };
37