On Sun, Apr 19, 2015 at 11:48:32PM +0300, Mikhail wrote:
> Bellow new version of the patch with above things fixed, also I've fixed
> detection of ETV chip in urtwn_attach(), nothing else is changed.

I've committed the part below already.
I put the ID 0x0179 before 0x018a though, not after.

> Index: sys/dev/usb/usbdevs
> ===================================================================
> RCS file: /cvs/src/sys/dev/usb/usbdevs,v
> retrieving revision 1.646
> diff -u -p -u -r1.646 usbdevs
> --- sys/dev/usb/usbdevs       2 Apr 2015 14:24:02 -0000       1.646
> +++ sys/dev/usb/usbdevs       19 Apr 2015 20:27:41 -0000
> @@ -3486,6 +3486,7 @@ product RATOC REXUSB60F         0xb020  REX-USB6
>  
>  /* Realtek products */
>  product REALTEK RTL8188CTV   0x018a  RTL8188CTV
> +product REALTEK RTL8188ETV   0x0179  RTL8188ETV
>  product REALTEK RTL8188RU_2  0x317f  RTL8188RU
>  product REALTEK RTL8150              0x8150  RTL8150
>  product REALTEK RTL8151              0x8151  RTL8151 PNA
> @@ -3499,6 +3500,7 @@ product REALTEK RTL8174         0x8174  RTL8174
>  product REALTEK RTL8188CU_0  0x8176  RTL8188CU
>  product REALTEK RTL8191CU    0x8177  RTL8191CU
>  product REALTEK RTL8192CU    0x8178  RTL8192CU
> +product REALTEK RTL8188EU    0x8179  RTL8188EU
>  product REALTEK RTL8188CU_1  0x817a  RTL8188CU
>  product REALTEK RTL8188CU_2  0x817b  RTL8188CU
>  product REALTEK RTL8192CE    0x817c  RTL8192CE

Reply via email to