Index: sys/dev/usb/usbdevs =================================================================== RCS file: /import/FreeBSD-CVS/src/sys/dev/usb/usbdevs,v retrieving revision 1.361 diff -u -p -u -r1.361 usbdevs --- sys/dev/usb/usbdevs 27 Jun 2008 10:30:08 -0000 1.361 +++ sys/dev/usb/usbdevs 3 Jul 2008 09:18:39 -0000 @@ -619,7 +619,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 @@ -951,6 +951,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 @@ -1727,6 +1728,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 @@ -1741,6 +1743,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 Index: sys/dev/usb/uscanner.c =================================================================== RCS file: /import/FreeBSD-CVS/src/sys/dev/usb/uscanner.c,v retrieving revision 1.93 diff -u -p -u -r1.93 uscanner.c --- sys/dev/usb/uscanner.c 27 Jun 2008 10:30:08 -0000 1.93 +++ sys/dev/usb/uscanner.c 3 Jul 2008 09:18:40 -0000 @@ -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 },