[Bug 10975] New: pcmcia: CIS filename is too long [GLOBETROTTER.cis]

bugme-daemon at bugzilla.kernel.org bugme-daemon at bugzilla.kernel.org
Tue Jun 24 05:41:03 EDT 2008


http://bugzilla.kernel.org/show_bug.cgi?id=10975

           Summary: pcmcia: CIS filename is too long [GLOBETROTTER.cis]
           Product: Drivers
           Version: 2.5
     KernelVersion: 2.6.25.4
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: PCMCIA
        AssignedTo: linux-pcmcia at lists.infradead.org
        ReportedBy: stimpson at phys.huji.ac.il


Problem Description: with a Dynamode Data/Fax Modem 16-bit PCMCIA card, dmesg
gives:
pcmcia: CIS filename is too long [GLOBETROTTER.cis] 

(was reported here: http://puppylinux.com/blog/?viewDetailed=00160 and seems to
be pretty old (my guess is it has always been this way...))

I assume it comes from line 922 of drivers/serial/serial_cs.c :
PCMCIA_DEVICE_CIS_MANF_CARD(0x0013, 0x0000, "GLOBETROTTER.cis"),

where "GLOBETROTTER.cis" is 16 chars long...

PCMCIA_DEVICE_CIS_MANF_CARD is defined at the top of
include/pcmcia/device_id.h, where card_id is used, defined in
include/pcmcia/ds.h as u16 (I hope I got this right... I don't really know what
I'm talking about.).


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the linux-pcmcia mailing list