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

Gavin Atkinson gavin at FreeBSD.org
Wed Jul 25 21:32:56 UTC 2012


Author: gavin
Date: Wed Jul 25 21:32:55 2012
New Revision: 238779
URL: http://svn.freebsd.org/changeset/base/238779

Log:
  Add vendor.product for a mouse I have laying around

Modified:
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Wed Jul 25 20:46:22 2012	(r238778)
+++ head/sys/dev/usb/usbdevs	Wed Jul 25 21:32:55 2012	(r238779)
@@ -672,6 +672,7 @@ vendor STELERA		0x1a8d	Stelera Wireless
 vendor MATRIXORBITAL	0x1b3d	Matrix Orbital
 vendor OVISLINK		0x1b75	OvisLink
 vendor TCTMOBILE	0x1bbb  TCT Mobile
+vendor SUNPLUS		0x1bcf	Sunplus Innovation Technology Inc.
 vendor WAGO		0x1be3  WAGO Kontakttechnik GmbH.
 vendor TELIT		0x1bc7  Telit
 vendor LONGCHEER	0x1c9e	Longcheer Holdings, Ltd.
@@ -3268,6 +3269,9 @@ product SUN KEYBOARD_TYPE_7	0x00a2	Type 
 product SUN MOUSE		0x0100	Type 6 USB mouse
 product SUN KBD_HUB		0x100e	Kbd Hub
 
+/* Sunplus Innovation Technology Inc. products */
+product SUNPLUS USBMOUSE	0x0007	USB Optical Mouse
+
 /* Super Top products */
 product	SUPERTOP IDE		0x6600	USB-IDE
 


More information about the svn-src-all mailing list