svn commit: r344959 - head/sys/dev/usb

Bjoern A. Zeeb bz at FreeBSD.org
Sat Mar 9 03:15:11 UTC 2019


Author: bz
Date: Sat Mar  9 03:15:09 2019
New Revision: 344959
URL: https://svnweb.freebsd.org/changeset/base/344959

Log:
  Add two more products found inside a T480 to usbdevs.
  
  Add an Intel Bluetooth module.
  Add Synaptics as a vendor with a fingerprint reader product.
  
  MFC after:		2 weeks

Modified:
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Sat Mar  9 03:10:56 2019	(r344958)
+++ head/sys/dev/usb/usbdevs	Sat Mar  9 03:15:09 2019	(r344959)
@@ -351,6 +351,7 @@ vendor ALCATELT		0x06b9	Alcatel Telecom
 vendor AGFA		0x06bd	AGFA-Gevaert
 vendor ASIAMD		0x06be	Asia Microelectronic Development
 vendor BIZLINK		0x06c4	Bizlink International
+vendor SYNAPTICS	0x06cb  Synaptics, Inc.
 vendor KEYSPAN		0x06cd	Keyspan / InnoSys Inc.
 vendor CONTEC		0x06ce	Contec products
 vendor AASHIMA		0x06d6	Aashima Technology
@@ -2578,6 +2579,7 @@ product INTEL2 IRMH        	0x0020	Integrated Rate Mat
 product INTEL2 IRMH2        	0x0024	Integrated Rate Matching Hub
 product INTEL2 IRMH3        	0x8000	Integrated Rate Matching Hub
 product INTEL2 IRMH4        	0x8008	Integrated Rate Matching Hub
+product INTEL2 SNP		0x0a2b	Stone Peak (7265) Bluetooth Module
 product INTEL2 SFP		0x0aa7  Sandy Peak (3168) Bluetooth Module
 product INTEL2 JFP		0x0aaa	Jefferson Peak (9460/9560) Bluetooth Module
 product INTEL2 THP 		0x0025	Thunder Peak (9160/9260) Bluetooth Module
@@ -2669,6 +2671,9 @@ product KEISOKUGIKEN USBDAQ	0x0068	HKS-0200 USBDAQ
 /* Kensington products */
 product KENSINGTON ORBIT	0x1003	Orbit USB/PS2 trackball
 product KENSINGTON TURBOBALL	0x1005	TurboBall
+
+/* Synaptics products */
+product SYNAPTICS FPR9A		0x009a	Fingerprint Reader
 
 /* Keyspan products */
 product KEYSPAN USA28_NF	0x0101	USA-28 serial Adapter (no firmware)


More information about the svn-src-head mailing list