Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=46232d29f4088d87cdc2ee94cc911aadbdf00d32
Commit:     46232d29f4088d87cdc2ee94cc911aadbdf00d32
Parent:     b7c6538cd84f8072fad43bfce530f5bf695edbba
Author:     Stefan Lippers-Hollmann <[EMAIL PROTECTED]>
AuthorDate: Fri Oct 5 23:42:51 2007 +0200
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Oct 10 16:55:04 2007 -0700

    [PATCH] hostap_cs: Add device ID for Telekom T-Sinus 111card
    
    This adds the PCMCIA device ID for the Deutsche Telekom T-Sinus 111card to
    hostap_cs.
    
    $ /sbin/lspcmcia -v
    [...]
    Socket 0 Device 0:      [hostap_cs]             (bus ID: 0.0)
            Configuration:  state: on
            Product Name:   T-Sinus 111card 2.0.0
            Identification: manf_id: 0x01bf card_id: 0x3301
                            function: 6 (network)
                            prod_id(1): "T-Sinus" (0x8c389dc1)
                            prod_id(2): "111card" (0x6a23ac17)
                            prod_id(3): --- (---)
                            prod_id(4): "2.0.0" (0x92b9effb)
    
    Signed-off-by: Stefan Lippers-Hollmann <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 drivers/net/wireless/hostap/hostap_cs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/hostap/hostap_cs.c 
b/drivers/net/wireless/hostap/hostap_cs.c
index f9cf22b..2f8ea07 100644
--- a/drivers/net/wireless/hostap/hostap_cs.c
+++ b/drivers/net/wireless/hostap/hostap_cs.c
@@ -822,6 +822,7 @@ static struct pcmcia_device_id hostap_cs_ids[] = {
        PCMCIA_DEVICE_MANF_CARD(0x0101, 0x0777),
        PCMCIA_DEVICE_MANF_CARD(0x0126, 0x8000),
        PCMCIA_DEVICE_MANF_CARD(0x0138, 0x0002),
+       PCMCIA_DEVICE_MANF_CARD(0x01bf, 0x3301),
        PCMCIA_DEVICE_MANF_CARD(0x0250, 0x0002),
        PCMCIA_DEVICE_MANF_CARD(0x026f, 0x030b),
        PCMCIA_DEVICE_MANF_CARD(0x0274, 0x1612),
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to