This is a note to let you know that I've just added the patch titled rtlwifi: rtl8192cu: Add new device ID to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: rtlwifi-rtl8192cu-add-new-device-id.patch and it can be found in the queue-3.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From f87f960b2fb802f26ee3b00c19320e57a9c583ff Mon Sep 17 00:00:00 2001 From: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Date: Thu, 9 Jan 2014 10:27:27 -0600 Subject: rtlwifi: rtl8192cu: Add new device ID From: Larry Finger <Larry.Finger@xxxxxxxxxxxx> commit f87f960b2fb802f26ee3b00c19320e57a9c583ff upstream. Reported-by: Jan Prinsloo <janroot@xxxxxxxxx> Tested-by: Jan Prinsloo <janroot@xxxxxxxxx> Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/net/wireless/rtlwifi/rtl8192cu/sw.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c +++ b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c @@ -306,6 +306,7 @@ static struct usb_device_id rtl8192c_usb {RTL_USB_DEVICE(0x0bda, 0x5088, rtl92cu_hal_cfg)}, /*Thinkware-CC&C*/ {RTL_USB_DEVICE(0x0df6, 0x0052, rtl92cu_hal_cfg)}, /*Sitecom - Edimax*/ {RTL_USB_DEVICE(0x0df6, 0x005c, rtl92cu_hal_cfg)}, /*Sitecom - Edimax*/ + {RTL_USB_DEVICE(0x0df6, 0x0077, rtl92cu_hal_cfg)}, /*Sitecom-WLA2100V2*/ {RTL_USB_DEVICE(0x0eb0, 0x9071, rtl92cu_hal_cfg)}, /*NO Brand - Etop*/ {RTL_USB_DEVICE(0x4856, 0x0091, rtl92cu_hal_cfg)}, /*NetweeN - Feixun*/ /* HP - Lite-On ,8188CUS Slim Combo */ Patches currently in stable-queue which might be from Larry.Finger@xxxxxxxxxxxx are queue-3.10/b43-fix-lockdep-splat.patch queue-3.10/staging-r8712u-set-device-type-to-wlan.patch queue-3.10/rtlwifi-redo-register-save-locations.patch queue-3.10/rtlwifi-rtl8192cu-add-new-device-id.patch queue-3.10/rtlwifi-rtl8192c-add-new-definitions-in-the-dm_common-header.patch queue-3.10/b43-fix-the-wrong-assignment-of-status.freq-in-b43_rx.patch queue-3.10/b43-fix-unload-oops-if-firmware-is-not-available.patch queue-3.10/rtlwifi-rtl8192cu-add-new-firmware.patch queue-3.10/b43legacy-fix-unload-oops-if-firmware-is-not-available.patch queue-3.10/rtlwifi-rtl8192cu-fix-some-code-in-rf-handling.patch queue-3.10/rtlwifi-set-the-link-state.patch queue-3.10/rtlwifi-increase-the-rx-queue-length-for-usb-drivers.patch queue-3.10/rtlwifi-rtl8192c-add-routines-to-save-restore-power-index-registers.patch queue-3.10/rtlwifi-rtl8192c-prevent-reconnect-attempts-if-not-connected.patch queue-3.10/rtlwifi-rtl8188ee-fix-typo-in-code.patch queue-3.10/rtlwifi-rtl8192cu-update-the-power-index-registers.patch queue-3.10/rtlwifi-add-missing-code-to-pwdb-statics-routine.patch queue-3.10/rtlwifi-update-beacon-statistics-for-usb-driver.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html