* rtl8187: patch adding Abocom usb id
@ 2008-11-10 23:47 Ivan Kuten
2008-11-11 0:08 ` Larry Finger
0 siblings, 1 reply; 2+ messages in thread
From: Ivan Kuten @ 2008-11-10 23:47 UTC (permalink / raw)
To: linux-wireless
rtl8187: Add Abocom usb id
Signed-off-by: Ivan Kuten <ivan.kuten@promwad.com>
-------------
--- linux-2.6.28-rc3/drivers/net/wireless/rtl8187_dev.c 2008-11-10
18:53:50.000000000 +0200
+++ linux-2.6.28-rc3.new/drivers/net/wireless/rtl8187_dev.c 2008-11-10
19:02:34.000000000 +0200
@@ -48,6 +48,8 @@
{USB_DEVICE(0x03f0, 0xca02), .driver_info = DEVICE_RTL8187},
/* Sitecom */
{USB_DEVICE(0x0df6, 0x000d), .driver_info = DEVICE_RTL8187},
+ /* Abocom */
+ {USB_DEVICE(0x13d1, 0xabe6), .driver_info = DEVICE_RTL8187},
{}
};
--------------
Regards,
Ivan
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: rtl8187: patch adding Abocom usb id
2008-11-10 23:47 rtl8187: patch adding Abocom usb id Ivan Kuten
@ 2008-11-11 0:08 ` Larry Finger
0 siblings, 0 replies; 2+ messages in thread
From: Larry Finger @ 2008-11-11 0:08 UTC (permalink / raw)
To: Ivan Kuten; +Cc: linux-wireless
Ivan Kuten wrote:
> rtl8187: Add Abocom usb id
>
> Signed-off-by: Ivan Kuten <ivan.kuten@promwad.com>
>
> -------------
>
> --- linux-2.6.28-rc3/drivers/net/wireless/rtl8187_dev.c 2008-11-10
> 18:53:50.000000000 +0200
> +++ linux-2.6.28-rc3.new/drivers/net/wireless/rtl8187_dev.c 2008-11-10
> 19:02:34.000000000 +0200
> @@ -48,6 +48,8 @@
> {USB_DEVICE(0x03f0, 0xca02), .driver_info = DEVICE_RTL8187},
> /* Sitecom */
> {USB_DEVICE(0x0df6, 0x000d), .driver_info = DEVICE_RTL8187},
> + /* Abocom */
> + {USB_DEVICE(0x13d1, 0xabe6), .driver_info = DEVICE_RTL8187},
> {}
> };
ACK.
Larry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-11 0:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-10 23:47 rtl8187: patch adding Abocom usb id Ivan Kuten
2008-11-11 0:08 ` Larry Finger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).