1. 16 3月, 2013 1 次提交
  2. 09 8月, 2011 1 次提交
    • P
      pcmcia: add PCMCIA_DEVICE_MANF_CARD_PROD_ID3 · 3ed8c263
      Pavel Roskin 提交于
      This is needed to match wireless cards with Intersil firmware that have
      ID 0x0156:0x0002 and the third ID "Version 01.02".  Such cards are
      currently matched by orinoco_cs, which doesn't support WPA.  They should
      be matched by hostap_cs.
      
      The first and the second product ID vary widely, so there are few users
      with some particular IDs.  Of those, very few can submit a patch for
      hostap_cs or write a useful bugreport.  It's still important to support
      their hardware properly.
      
      With PCMCIA_DEVICE_MANF_CARD_PROD_ID3, it should be possible to cover
      the remaining Intersil based designs that kept the numeric ID and the
      "version" of the reference design.
      Signed-off-by: NPavel Roskin <proski@gnu.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3ed8c263
  3. 29 7月, 2011 1 次提交
    • P
      pcmcia: add PCMCIA_DEVICE_MANF_CARD_PROD_ID3 · 14b9f278
      Pavel Roskin 提交于
      This is needed to match wireless cards with Intersil firmware that have
      ID 0x0156:0x0002 and the third ID "Version 01.02".  Such cards are
      currently matched by orinoco_cs, which doesn't support WPA.  They should
      be matched by hostap_cs.
      
      The first and the second product ID vary widely, so there are few users
      with some particular IDs.  Of those, very few can submit a patch for
      hostap_cs or write a useful bugreport.  It's still important to support
      their hardware properly.
      
      With PCMCIA_DEVICE_MANF_CARD_PROD_ID3, it should be possible to cover
      the remaining Intersil based designs that kept the numeric ID and the
      "version" of the reference design.
      Signed-off-by: NPavel Roskin <proski@gnu.org>
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      14b9f278
  4. 27 7月, 2011 1 次提交
  5. 06 5月, 2011 1 次提交
  6. 20 2月, 2011 1 次提交
  7. 22 10月, 2010 1 次提交
  8. 29 9月, 2010 11 次提交
  9. 03 8月, 2010 7 次提交
  10. 31 7月, 2010 4 次提交
  11. 10 5月, 2010 8 次提交
  12. 21 4月, 2010 1 次提交
  13. 24 3月, 2010 1 次提交
  14. 20 2月, 2010 1 次提交
    • P
      Introduce PCMCIA_DEVICE_PROD_ID3 · fbc87d67
      Pavel Roskin 提交于
      ...and use it in hostap_cs and orinoco_cs.
      
      Another PCMCIA device with Intersil Prism chipset has been reported:
      
      Socket 0:
        product info: "Gigabyte", "GN-WLM01_P25L_ADAPTER", "ISL37300P", "Eval-RevA"
        manfid: 0x02e0, 0x1011
        function: 6 (network)
      
      As it's the case with some other Prism based devices, the third ID
      string contains a design name that should be sufficient to identify the
      card as having Intersil Prism chipset and thus compatible with both
      orinoco_cs and hostap_cs.
      
      Introduce PCMCIA_DEVICE_PROD_ID3 that matches the third ID string only.
      
      Use it in orinoco_cs and hostap_cs to match cards with the third ID
      string indicating Prism chipset.  Remove corresponding entries that use
      PCMCIA_DEVICE_PROD_ID123.
      Reported-by: NOzzy <ozzymud@gmail.com>
      Signed-off-by: NPavel Roskin <proski@gnu.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      fbc87d67
反馈
建议
客服 返回
顶部