[Bug 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

Maxim Levitsky maximlevitsky at gmail.com
Fri Aug 6 00:29:43 UTC 2010


@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), },
	{ },
};

-- 
Need MemoryStick driver Ricoh R5C822 chipset
https://bugs.launchpad.net/bugs/238208
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list