svn commit: r183939 - user/netchild/misc/src/sys/dev/usb
Alexander Leidinger
netchild at FreeBSD.org
Thu Oct 16 10:34:38 UTC 2008
Author: netchild
Date: Thu Oct 16 10:34:38 2008
New Revision: 183939
URL: http://svn.freebsd.org/changeset/base/183939
Log:
Add some USB devices I had in my hands and connected to my system in the past.
Modified:
user/netchild/misc/src/sys/dev/usb/usbdevs
user/netchild/misc/src/sys/dev/usb/uscanner.c
Modified: user/netchild/misc/src/sys/dev/usb/usbdevs
==============================================================================
--- user/netchild/misc/src/sys/dev/usb/usbdevs Thu Oct 16 10:33:36 2008 (r183938)
+++ user/netchild/misc/src/sys/dev/usb/usbdevs Thu Oct 16 10:34:38 2008 (r183939)
@@ -623,7 +623,7 @@ vendor QUALCOMMINC 0x19d2 Qualcomm, Inco
vendor DLINK 0x2001 D-Link
vendor PLANEX2 0x2019 Planex Communications
vendor ERICSSON 0x2282 Ericsson
-vendor MOTOROLA2 0x22b8 Motorola
+vendor MOTOROLA2 0x22b8 Motorola Inc.
vendor TRIPPLITE 0x2478 Tripp-Lite
vendor HIROSE 0x2631 Hirose Electric
vendor NHJ 0x2770 NHJ
@@ -960,6 +960,7 @@ product BROADCOM BCM2033 0x2033 BCM2033
/* Brother Industries products */
product BROTHER HL1050 0x0002 HL-1050 laser printer
+product BROTHER MFC8600_9650 0x0100 MFC8600/9650 multifunction device
/* Behavior Technology Computer products */
product BTC BTC7932 0x6782 Keyboard with mouse port
@@ -1755,6 +1756,7 @@ product MOTOROLA MC141555 0x1555 MC14155
product MOTOROLA SB4100 0x4100 SB4100 USB Cable Modem
product MOTOROLA2 A41XV32X 0x2a22 A41x/V32x Mobile Phones
product MOTOROLA2 E398 0x4810 E398 Mobile Phone
+product MOTOROLA2 MOTOXXX 0x4902 Motorola MOTOxxx Mobile Phone
product MOTOROLA2 USBLAN 0x600c USBLAN
product MOTOROLA2 USBLAN2 0x6027 USBLAN
@@ -1769,6 +1771,7 @@ product MUSTEK 1200UB 0x0006 1200 UB sc
product MUSTEK 1200USBPLUS 0x0007 1200 USB Plus scanner
product MUSTEK 1200CUPLUS 0x0008 1200 CU Plus scanner
product MUSTEK BEARPAW1200F 0x0010 BearPaw 1200F scanner
+product MUSTEK BEARPAW2400TA 0x0218 BearPaw 2400TA scanner
product MUSTEK BEARPAW1200TA 0x021e BearPaw 1200TA scanner
product MUSTEK 600USB 0x0873 600 USB scanner
product MUSTEK MDC800 0xa800 MDC-800 digital camera
Modified: user/netchild/misc/src/sys/dev/usb/uscanner.c
==============================================================================
--- user/netchild/misc/src/sys/dev/usb/uscanner.c Thu Oct 16 10:33:36 2008 (r183938)
+++ user/netchild/misc/src/sys/dev/usb/uscanner.c Thu Oct 16 10:34:38 2008 (r183939)
@@ -157,6 +157,7 @@ static const struct uscan_info uscanner_
/* Mustek */
{{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200CU }, 0 },
{{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_BEARPAW1200F }, 0 },
+ {{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_BEARPAW2400TA }, 0 },
{{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_BEARPAW1200TA }, 0 },
{{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_600USB }, 0 },
{{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_600CU }, 0 },
More information about the svn-src-user
mailing list