The patch titled rtl8187: support of Belkin "F5D7050rev5000de" has been removed from the -mm tree. Its filename was rtl8187-support-of-belkin-f5d7050rev5000de.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: rtl8187: support of Belkin "F5D7050rev5000de" From: Florent Fourcot <florent.fourcot@xxxxxxxxxxxxxxxx> This Belkin product (id 050d:705e) use Realtek's RTL8187B and works fine with the new 2.6.27 driver. Cc: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/wireless/rtl8187_dev.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/net/wireless/rtl8187_dev.c~rtl8187-support-of-belkin-f5d7050rev5000de drivers/net/wireless/rtl8187_dev.c --- a/drivers/net/wireless/rtl8187_dev.c~rtl8187-support-of-belkin-f5d7050rev5000de +++ a/drivers/net/wireless/rtl8187_dev.c @@ -33,6 +33,8 @@ MODULE_LICENSE("GPL"); static struct usb_device_id rtl8187_table[] __devinitdata = { /* Asus */ {USB_DEVICE(0x0b05, 0x171d), .driver_info = DEVICE_RTL8187}, + /* Belkin */ + {USB_DEVICE(0x050d, 0x705e), .driver_info = DEVICE_RTL8187B}, /* Realtek */ {USB_DEVICE(0x0bda, 0x8187), .driver_info = DEVICE_RTL8187}, {USB_DEVICE(0x0bda, 0x8189), .driver_info = DEVICE_RTL8187B}, _ Patches currently in -mm which might be from florent.fourcot@xxxxxxxxxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html