]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/mISDN_hfc-s_add_id.patch
core115: Include captive portal in updater
[ipfire-2.x.git] / src / patches / mISDN_hfc-s_add_id.patch
CommitLineData
83db6800 1diff -Naur mISDN.org/drivers/isdn/hardware/mISDN/hfcpci.c mISDN/drivers/isdn/hardware/mISDN/hfcpci.c
2f2d774c
AF
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 @@
83db6800
AF
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 {
2f2d774c 21@@ -2161,6 +2164,7 @@
83db6800 22 {HFC_DIGI_DF_M_A, 0,
2f2d774c 23 "Digi International DataFire Micro V (North America)"},
83db6800
AF
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
2f2d774c
AF
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] },
83db6800
AF
35 {},
36 };
37