svn commit: r262732 - in head/sys/dev/usb: . quirk

Hans Petter Selasky hselasky at FreeBSD.org
Tue Mar 4 12:33:19 UTC 2014


Author: hselasky
Date: Tue Mar  4 12:33:18 2014
New Revision: 262732
URL: http://svnweb.freebsd.org/changeset/base/262732

Log:
  Add new quirk.
  
  MFC after:	1 week
  PR:		usb/187188
  Submitted by:	Hiroo Ono <hiroo.ono+freebsd at gmail.com>

Modified:
  head/sys/dev/usb/quirk/usb_quirk.c
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/quirk/usb_quirk.c
==============================================================================
--- head/sys/dev/usb/quirk/usb_quirk.c	Tue Mar  4 11:43:01 2014	(r262731)
+++ head/sys/dev/usb/quirk/usb_quirk.c	Tue Mar  4 12:33:18 2014	(r262732)
@@ -93,6 +93,7 @@ static struct usb_quirk_entry usb_quirks
 	USB_QUIRK(TELEX, MIC1, 0x009, 0x009, UQ_AU_NO_FRAC),
 	USB_QUIRK(SILICONPORTALS, YAPPHONE, 0x100, 0x100, UQ_AU_INP_ASYNC),
 	USB_QUIRK(LOGITECH, UN53B, 0x0000, 0xffff, UQ_NO_STRINGS),
+	USB_QUIRK(REALTEK, RTL8196EU, 0x0000, 0xffff, UQ_CFG_INDEX_1),
 	USB_QUIRK(ELSA, MODEM1, 0x0000, 0xffff, UQ_CFG_INDEX_1),
 	USB_QUIRK(PLANEX2, MZKUE150N, 0x0000, 0xffff, UQ_CFG_INDEX_1),
 	/* Quirks for printer devices */

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Tue Mar  4 11:43:01 2014	(r262731)
+++ head/sys/dev/usb/usbdevs	Tue Mar  4 12:33:18 2014	(r262732)
@@ -3688,6 +3688,7 @@ product REALTEK RTL8188CU_1	0x817a	RTL81
 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


More information about the svn-src-head mailing list