View | Details | Raw Unified | Return to bug 34481 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/usb/usbdevs.h (+4 lines)
Lines 332-337 Link Here
332
#define	USB_VENDOR_ENTREGA	0x1645		/* Entrega */
332
#define	USB_VENDOR_ENTREGA	0x1645		/* Entrega */
333
#define	USB_VENDOR_ACTIONTEC	0x1668		/* Actiontec Electronics, Inc. */
333
#define	USB_VENDOR_ACTIONTEC	0x1668		/* Actiontec Electronics, Inc. */
334
#define	USB_VENDOR_DLINK	0x2001		/* D-Link Corp */
334
#define	USB_VENDOR_DLINK	0x2001		/* D-Link Corp */
335
#define	USB_VENDOR_DAISY	0x3579		/* Daisy Technology */
335
#define	USB_VENDOR_INTEL	0x8086		/* Intel */
336
#define	USB_VENDOR_INTEL	0x8086		/* Intel */
336
#define	USB_VENDOR_HP2	0xf003		/* Hewlett-Packard */
337
#define	USB_VENDOR_HP2	0xf003		/* Hewlett-Packard */
337
338
Lines 497-502 Link Here
497
#define	USB_PRODUCT_DLINK_DSB650TX	0x4002		/* 10/100 ethernet adapter */
498
#define	USB_PRODUCT_DLINK_DSB650TX	0x4002		/* 10/100 ethernet adapter */
498
#define	USB_PRODUCT_DLINK_DSB650TX_PNA	0x4003		/* 1/10/100 ethernet adapter */
499
#define	USB_PRODUCT_DLINK_DSB650TX_PNA	0x4003		/* 1/10/100 ethernet adapter */
499
#define	USB_PRODUCT_DLINK_DSB650	0xABC1		/* 10/100 ethernet adapter */
500
#define	USB_PRODUCT_DLINK_DSB650	0xABC1		/* 10/100 ethernet adapter */
501
502
/* Daisy Technology products */
503
#define	USB_PRODUCT_DAISY_DMC	0x6901		/* PhotoClip Camera */
500
504
501
/* Dallas Semiconductor products */
505
/* Dallas Semiconductor products */
502
#define	USB_PRODUCT_DALLAS_J6502	0x4201		/* J-6502 speakers */
506
#define	USB_PRODUCT_DALLAS_J6502	0x4201		/* J-6502 speakers */

Return to bug 34481