@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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to