Index: usbdevs =================================================================== --- usbdevs (revision 256716) +++ usbdevs (working copy) @@ -3602,6 +3602,7 @@ product REALTEK RTL8188CU_COMBO 0x8754 RTL8188CU product REALTEK RTL8191CU 0x8177 RTL8191CU product REALTEK RTL8192CU 0x8178 RTL8192CU +product REALTEK RTL8188EU 0x8179 RTL8188EU product REALTEK RTL8192CE 0x817c RTL8192CE product REALTEK RTL8188RU_1 0x817d RTL8188RU product REALTEK RTL8712 0x8712 RTL8712 Index: wlan/if_urtwn.c =================================================================== --- wlan/if_urtwn.c (revision 256716) +++ wlan/if_urtwn.c (working copy) @@ -138,6 +138,7 @@ URTWN_DEV(REALTEK, RTL8191CU), URTWN_DEV(REALTEK, RTL8192CE), URTWN_DEV(REALTEK, RTL8192CU), + URTWN_DEV(REALTEK, RTL8188EU), URTWN_DEV(SITECOMEU, RTL8188CU_1), URTWN_DEV(SITECOMEU, RTL8188CU_2), URTWN_DEV(SITECOMEU, RTL8192CU),