[stable] [PATCH] pcmcia: permit single-character-identifiers

Greg KH greg at kroah.com
Tue Apr 4 18:11:59 EDT 2006


On Tue, Apr 04, 2006 at 10:12:43AM +0200, Dominik Brodowski wrote:
> From: Janos Farkas <chexum at gmail.com>
> 
> For some time, the core pcmcia drivers seem not to think single
> character prod_ids are valid, thus preventing the "cleverly" named
> 
>   "D" "Link DWL-650 11Mbps WLAN Card"
> 
> Before (as in 2.6.16):
> PRODID_1=""
> PRODID_2="Link DWL-650 11Mbps WLAN Card"
> PRODID_3="Version 01.02"
> PRODID_4=""
> MANFID=0156,0002
> FUNCID=6
> 
> After (with the patch)
> PRODID_1="D"
> PRODID_2="Link DWL-650 11Mbps WLAN Card"
> PRODID_3="Version 01.02"
> PRODID_4=""
> MANFID=0156,0002
> FUNCID=6
> 
> Signed-off-by: Janos Farkas <chexum at gmail.com>
> Signed-off-by: Dominik Brodowski <linux at dominikbrodowski.net>

queued to -stable, thanks.

greg k-h




More information about the linux-pcmcia mailing list