58 results in the forums
Order by date - Order by pertinence
All (58)
High-tech (58)
 
[PATCH] ASIX: Add AX88772B USB ID
This device can be found in Acer Iconia TAB W500 tablet dock. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> drivers/net/usb/asix.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/net/usb/asix.c ...
Message posted on the July 20th, 2011 - 12:00 PM ET
[PATCH] asix: new device id
Adds the device id needed for the USB Ethernet Adapter delivered by ASUS with their Zenbook. Signed-off-by: Aurelien Jacobs <aurel@gnuage.org> drivers/net/usb/asix.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git ...
Message posted on the December 16th, 2011 - 11:20 am ET
[PATCH 1/1] Fix broken EHCI on MacbookAir3,1 and 3,2
Workaround and fixup for EHCI power managment on MacBookAir3,1(2). The breake happened after 2.6.35. Insmod ehci_hcd with ppcd and lpm on the MacBookAir : 2010-11-18T08:31:41.286309+01:00 MacBookAir kernel: ehci_hcd: USB 2.0 'Enhanced' Host ...
Message posted on the November 18th, 2010 - 03:10 am ET
Bug#587580: linux-source-2.6.32: bonding (ifenslave) does not work with asix based usb-network-adapter (ax88178)
Package: linux-source-2.6.32 Severity: normal Tags: patch Hallo, This patch from git.kernel.org fixes setting of mac address of asix usb-net adapters, MAC address setting is needed by ifenslave (mode active/backup). Without this patch bonding ...
Message posted on the June 29th, 2010 - 07:00 pm ET
[PATCH] drivers/net/usb/asix: fixed asix_get_wol reported wrong wol status issue
Dear David, This is my first time to submit the driver patch onto Linux kernel mainline source. Please correct me if anything is wrong on my submission way or email format. Thanks a lot for your great helps. =Fixed the asix_get_wol() routine ...
Message posted on the December 22nd, 2011 - 06:10 am ET
[PATCH 1/3] NET: fix phy init for AX88772 USB ethernet
Fix phy initialization for AX88772 (USB 2.0 100BT). Failure was occasionally DHCP wouldn't work after reboot or suspend/resume cycle. Remove MONITOR_MODE. In this mode, Received packets are not buffered when the remote wakeup is enabled. ...
Message posted on the October 04th, 2011 - 04:00 pm ET
[PATCH v2] drivers/net/usb/asix: fixed asix_get_wol reported wrong wol status issue
Fixed the asix_get_wol() routine reported wrong wol status issue. Signed-off-by: Allan Chou <allan@asix.com.tw> Tested-by: Eugene <elubarsky@gmail.com>; Allan Chou <allan@asix.com.tw> This fix had been verified on x86 Linux ...
Message posted on the December 23rd, 2011 - 01:40 am ET
[PATCH] usbnet: allow rx_process() to ignore packets
Allow rx_process() to ignore a packet without incrementing error counters if rx_fixup() returns value other than 0 or 1 (e.g. 2). This allows to simplify rx_fixup() functions of drivers who do complex processing there. Currently, drivers must ...
Message posted on the September 04th, 2010 - 06:00 pm ET
[PATCH] usb/net/asix_devices: Add USBNET HG20F9 ethernet dongle
This USB ethernet adapter was purchased in anodyne packaging marked "USB2.0 to LAN" from the computer store adjacent to linux.conf.au 2013 in Canberra (Australia). A web search shows other recent purchasers in Lancaster (UK) and Seattle ...
Message posted on the February 26th, 2013 - 12:20 am ET
[PATCH] NET: asix: fix ethtool -e for AX88178 USB dongle
"ethtool -e ethX" dumps EEPROM data. Patch sets EEPROM length for device. Ethtool works alot better when the kernel believes the length is > 0. From: Allan Chou <allan@asix.com.tw> Signed-off-by: Grant Grundler ...
Message posted on the October 17th, 2011 - 12:00 pm ET
[PATCH 1/5] net-next:asix:PHY_MODE_RTL8211CL should be 0xC
From: Grant Grundler <grundler@google.com> Use correct value for rtl phy support. (rtl phy are in AX88178 devices like NWU220G and USB2-ET1000). Signed-off-by: Allan Chou <allan@asix.com.tw> Tested-by: Grant Grundler ...
Message posted on the November 15th, 2011 - 12:20 pm ET
[PATCH 5/5] net-next:asix: v2 update VERSION only
Update VERSION to reflect previous changes. Signed-off-by: Grant Grundler <grundler@chromium.org> diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c @@ -36,7 +36,7 @@ #include ...
Message posted on the November 14th, 2011 - 08:00 pm ET
[PATCH 1/5] net-next:asix: PHY_MODE_RTL8211CL should be 0xC
Use correct value for rtl phy support. (rtl phy are in AX88178 devices like NWU220G and USB2-ET1000). Signed-off-by: Allan Chou <allan@asix.com.tw> Tested-by: Grant Grundler <grundler@chromium.org> drivers/net/usb/asix.c | 2 +- 1 ...
Message posted on the November 14th, 2011 - 06:30 pm ET
[PATCH 1/2] ASIX: Simplify condition in rx_fixup()
Signed-off-by: Marek Vasut <marek.vasut@gmail.com> drivers/net/usb/asix.c | 5 ++ 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c index 5250288..d5b62a4 100644 ...
Message posted on the July 26th, 2011 - 10:50 pm ET