[Tifm21-devel] Issues

Dalibor Straka dast at panelnet.cz
Mon Oct 23 18:09:25 CEST 2006


On Sun, Oct 22, 2006 at 07:40:23PM -0700, Alex Dubov wrote:
> I probably need to make some clarifications:
> 1. I'm working on MemoryStick support for TI controller, but it's not compatible with ENE one.
> There also exists support for winbond memorystick controller, but it's not compatible either. Bad
> luck with this one.
> 2. Suspend/resume functionality is not my priority at the moment. It's probably broken and will be
> fixed some time in the future.
> 3. Other problems: I'll appreciate any bug report against 2.6.18 kernel. I don't currently have
> any 2.6.19-rc installed, so I can't test those. It's not that fortunate, of course, but I can't do
> anything about this at the moment.
> 
Hi,

I've started writing the same driver as you did, but when you post it to
the LKML I realized that you are far ahead me ;-). I have the second
pci_id:

/* this line should go to the  include/linux/pci_ids.h */
#define PCI_DEVICE_ID_TI_0x803B       0x803b

static struct pci_device_id ti_mcr_ids[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_0x803B) },
		{ }
};  

I'm using the lastest 2.6.19-rc2,
-- Dalibor 



More information about the Tifm21-devel mailing list