2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Larry Finger <[email protected]> commit 705059a670f3af2b37695e82de0ee58e75e656ed upstream. Add new USB ID for FT2870 for Belkin F6D4050 v1 Signed-off-by: Larry Finger <[email protected]> Signed-off-by: Andi Kleen <[email protected]> Reported- and Tested-by: James Long <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/staging/rt2860/usb_main_dev.c | 1 + 1 file changed, 1 insertion(+) Index: linux/drivers/staging/rt2860/usb_main_dev.c =================================================================== --- linux.orig/drivers/staging/rt2860/usb_main_dev.c +++ linux/drivers/staging/rt2860/usb_main_dev.c @@ -65,6 +65,7 @@ struct usb_device_id rtusb_usb_id[] = { {USB_DEVICE(0x14B2, 0x3C07)}, /* AL */ {USB_DEVICE(0x050D, 0x8053)}, /* Belkin */ {USB_DEVICE(0x050D, 0x825B)}, /* Belkin */ + {USB_DEVICE(0x050D, 0x935A)}, /* Belkin F6D4050 v1 */ {USB_DEVICE(0x050D, 0x935B)}, /* Belkin F6D4050 v2 */ {USB_DEVICE(0x14B2, 0x3C23)}, /* Airlink */ {USB_DEVICE(0x14B2, 0x3C27)}, /* Airlink */ _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
