summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann2006-10-20 08:55:34 +0200
committerDavid S. Miller2006-10-20 10:15:04 +0200
commit8602b4fe6e82d5eeb479efd3bca19bc3dd722f5a (patch)
tree10dd6287c4d1e0715d0e8ec2b0807006399f7042
parent[Bluetooth] Add support for newer ANYCOM USB dongles (diff)
downloadkernel-qcow2-linux-8602b4fe6e82d5eeb479efd3bca19bc3dd722f5a.tar.gz
kernel-qcow2-linux-8602b4fe6e82d5eeb479efd3bca19bc3dd722f5a.tar.xz
kernel-qcow2-linux-8602b4fe6e82d5eeb479efd3bca19bc3dd722f5a.zip
[Bluetooth] Add missing entry for Nokia DTL-4 PCMCIA card
The device id for the Nokia DTL-4 PCMCIA card was missing. This patch adds it back to the list of supported devices. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-rw-r--r--drivers/bluetooth/dtl1_cs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c
index e7c800f4c3ad..07eafbc5dc3a 100644
--- a/drivers/bluetooth/dtl1_cs.c
+++ b/drivers/bluetooth/dtl1_cs.c
@@ -711,6 +711,7 @@ static void dtl1_release(struct pcmcia_device *link)
static struct pcmcia_device_id dtl1_ids[] = {
PCMCIA_DEVICE_PROD_ID12("Nokia Mobile Phones", "DTL-1", 0xe1bfdd64, 0xe168480d),
+ PCMCIA_DEVICE_PROD_ID12("Nokia Mobile Phones", "DTL-4", 0xe1bfdd64, 0x9102bc82),
PCMCIA_DEVICE_PROD_ID12("Socket", "CF", 0xb38bcc2e, 0x44ebf863),
PCMCIA_DEVICE_PROD_ID12("Socket", "CF+ Personal Network Card", 0xb38bcc2e, 0xe732bae3),
PCMCIA_DEVICE_NULL