• Alan Cox's avatar
    [PATCH] serial-cs and unusable port size ranges · 1f977850
    Alan Cox authored
    A couple of GSM GPRS PCMCIA cards advertise 16 rather than 8 port sized
    windows for their serial interface.  This breaks our current pcmcia serial
    driver which ignores any windows that are not 8 bytes.
    
    To avoid any regressions on other cards given this driver contains a
    certain amount of "magic" the patch below looks for 8 byte windows first so
    will not break existing supported cards (I hope ;))
    Patch-by: default avatarAlan Cox <alan@redhat.com>
    OSDL Developer Certiticate Of Origin included herein by reference
    
    Acked by Russell King <rmk@arm.linux.org.uk>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    1f977850
serial_cs.c 21.2 KB