The following reply was made to PR usb/187188; it has been noted by GNATS.

From: Hans Petter Selasky <h...@bitfrost.no>
To: Hiroo Ono <hiroo.ono+free...@gmail.com>, 
 freebsd-gnats-sub...@freebsd.org
Cc:  
Subject: Re: usb/187188: [USB][patch] ELECOM WRH-150 needs a quirk
Date: Mon, 03 Mar 2014 09:16:12 +0100

 On 03/02/14 05:55, Hiroo Ono wrote:
 >
 >> Number:         187188
 >> Category:       usb
 >> Synopsis:       [USB][patch] ELECOM WRH-150 needs a quirk
 >> Confidential:   no
 >> Severity:       non-critical
 >> Priority:       low
 >> Responsible:    freebsd-usb
 >> State:          open
 >> Quarter:
 >> Keywords:
 >> Date-Required:
 >> Class:          change-request
 >> Submitter-Id:   current-users
 >> Arrival-Date:   Sun Mar 02 05:00:00 UTC 2014
 >> Closed-Date:
 >> Last-Modified:
 >> Originator:     Hiroo Ono
 >> Release:        10.0R
 >> Organization:
 >> Environment:
 >> Description:
 > Hello,
 >
 >> How-To-Repeat:
 >
 >> Fix:
 > I have checked it on 10.0-RELEASE. The attached patch is against -current.
 >
 > Patch attached with submission follows:
 >
 > diff -ur usb/quirk/usb_quirk.c usb.mod/quirk/usb_quirk.c
 > --- usb/quirk/usb_quirk.c    2014-03-01 05:37:22.000000000 +0900
 > +++ usb.mod/quirk/usb_quirk.c        2014-03-01 06:12:59.000000000 +0900
 > @@ -95,6 +95,7 @@
 >      USB_QUIRK(LOGITECH, UN53B, 0x0000, 0xffff, UQ_NO_STRINGS),
 >      USB_QUIRK(ELSA, MODEM1, 0x0000, 0xffff, UQ_CFG_INDEX_1),
 >      USB_QUIRK(PLANEX2, MZKUE150N, 0x0000, 0xffff, UQ_CFG_INDEX_1),
 > +    USB_QUIRK(REALTEK, RTL8196EU, 0x0000, 0xffff, UQ_CFG_INDEX_1),
 >      /* Quirks for printer devices */
 >      USB_QUIRK(HP, 895C, 0x0000, 0xffff, UQ_BROKEN_BIDIR),
 >      USB_QUIRK(HP, 880C, 0x0000, 0xffff, UQ_BROKEN_BIDIR),
 > diff -ur usb/usbdevs usb.mod/usbdevs
 > --- usb/usbdevs      2014-03-01 05:43:08.000000000 +0900
 > +++ usb.mod/usbdevs  2014-03-01 06:11:30.000000000 +0900
 > @@ -3688,6 +3688,7 @@
 >   product REALTEK RTL8188CU_2        0x817b  RTL8188CU
 >   product REALTEK RTL8187            0x8187  RTL8187 Wireless Adapter
 >   product REALTEK RTL8187B_0 0x8189  RTL8187B Wireless Adapter
 > +product REALTEK RTL8196EU   0x8196  RTL8196EU
 >   product REALTEK RTL8187B_1 0x8197  RTL8187B Wireless Adapter
 >   product REALTEK RTL8187B_2 0x8198  RTL8187B Wireless Adapter
 >   product REALTEK RTL8188CUS 0x818a  RTL8188CUS
 >
 
 Hi,
 
 If you upgrade to -stable there should be an RNDIS driver in FreeBSD 
 now. Have you tried that:
 
 /boot/kernel/if_urndis.ko
 
 http://svnweb.freebsd.org/changeset/base/262362
 
 --HPS
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to