Description of problem: I use Logitec LAN-GTJ/U2A with this patch. (http://www.pro.logitec.co.jp/pro/g/gLAN-GTJU2A) --- linux-2.6.35/drivers/net/usb/asix.c 2010-08-02 07:11:14.000000000 +0900 +++ linux-2.6.35/drivers/net/usb/asix.c @@ -1551,6 +1551,10 @@ // ASIX 88772a USB_DEVICE(0x0db0, 0xa877), .driver_info = (unsigned long) &ax88772_info, +}, { + // Logitec LAN-GTJ/U2A + USB_DEVICE(0x0789, 0x0160), + .driver_info = (unsigned long) &ax88178_info, }, { }, // END }; Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This went upstream with commit f4680d3db71f13d2764340a9880745bf54f2469d. It will be in the next f14 update.
kernel-2.6.35.14-96.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/kernel-2.6.35.14-96.fc14
Package kernel-2.6.35.14-96.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing kernel-2.6.35.14-96.fc14' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/kernel-2.6.35.14-96.fc14 then log in and leave karma (feedback).
Thank you.
kernel-2.6.35.14-96.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.