Comment 76 for bug 238208

Revision history for this message
Maxim Levitsky (maximlevitsky) wrote : Re: Need MemoryStick driver Ricoh R5C822 chipset

@Vladimir Hidalgo

You could still try to use my driver. If and only if the device you have is very similar (there is small possibility about that.), my driver might work.

 you can try to change the source in this way:

In r592.c, find this structure:

static const struct pci_device_id r592_pci_id_tbl[] = {

 { PCI_VDEVICE(RICOH, 0x0592), },
 { },
};

And change it to:

static const struct pci_device_id r592_pci_id_tbl[] = {

 { PCI_VDEVICE(RICOH, 0x0592), },
        { PCI_VDEVICE(RICOH, 0xe230), },
 { },
};