View | Details | Raw Unified | Return to bug 249384
Collapse All | Expand All

(-)sys/dev/usb/usbdevs (+1 lines)
Lines 4847-4852 Link Here
4847
product WIENERPLEINBAUS CML	0x0015	CML Data Logger
4847
product WIENERPLEINBAUS CML	0x0015	CML Data Logger
4848
4848
4849
/* Windbond Electronics */
4849
/* Windbond Electronics */
4850
product WINBOND CDC		0x5011	CDC serial device
4850
product WINBOND UH104		0x5518	4-port USB Hub
4851
product WINBOND UH104		0x5518	4-port USB Hub
4851
4852
4852
/* WinMaxGroup products */
4853
/* WinMaxGroup products */
(-)sys/dev/usb/serial/umodem.c (+2 lines)
Lines 150-155 Link Here
150
	{USB_VPI(USB_VENDOR_KYOCERA, USB_PRODUCT_KYOCERA_AHK3001V, 1)},
150
	{USB_VPI(USB_VENDOR_KYOCERA, USB_PRODUCT_KYOCERA_AHK3001V, 1)},
151
	{USB_VPI(USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC5720, 1)},
151
	{USB_VPI(USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC5720, 1)},
152
	{USB_VPI(USB_VENDOR_CURITEL, USB_PRODUCT_CURITEL_PC5740, 1)},
152
	{USB_VPI(USB_VENDOR_CURITEL, USB_PRODUCT_CURITEL_PC5740, 1)},
153
	/* Winbond */
154
	{USB_VENDOR(USB_VENDOR_WINBOND), USB_PRODUCT(USB_PRODUCT_WINBOND_CDC)},
153
};
155
};
154
156
155
/*
157
/*

Return to bug 249384