Bug 672056 - Logitec LAN-GTJ/U2A
Summary: Logitec LAN-GTJ/U2A
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 14
Hardware: i686
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-23 16:01 UTC by ohgishi
Modified: 2011-09-06 23:58 UTC (History)
5 users (show)

Fixed In Version: kernel-2.6.35.14-96.fc14
Clone Of:
Environment:
Last Closed: 2011-09-05 16:14:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description ohgishi 2011-01-23 16:01:27 UTC
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:

Comment 1 Josh Boyer 2011-08-29 23:35:21 UTC
This went upstream with commit f4680d3db71f13d2764340a9880745bf54f2469d.  It will be in the next f14 update.

Comment 2 Fedora Update System 2011-09-01 15:25:03 UTC
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

Comment 3 Fedora Update System 2011-09-02 05:29:55 UTC
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).

Comment 4 ohgishi 2011-09-05 16:14:38 UTC
Thank you.

Comment 5 Fedora Update System 2011-09-06 23:58:01 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.