| Kernel v2.4.0-ac11 /drivers/usb/serial/mct_u232.c |
|---|
 2.4.0-ac11
 drivers
 usb
 serial
 mct_u232.c
diff -u --new-file --recursive --exclude-from exclude linux.vanilla/drivers/usb/serial/mct_u232.c linux.ac/drivers/usb/serial/mct_u2+
32.c
--- linux.vanilla/drivers/usb/serial/mct_u232.c Thu Dec 7 19:13:38 2000
+++ linux.ac/drivers/usb/serial/mct_u232.c Mon Jan 22 07:01:19 2001
@@ -102,7 +102,7 @@
* All of the device info needed for the MCT USB-RS232 converter.
*/
static __devinitdata struct usb_device_id id_table [] = {
- { idVendor: MCT_U232_VID, idProduct: MCT_U232_PID },
+ { USB_DEVICE(MCT_U232_VID, MCT_U232_PID) },
{ } /* Terminating entry */
};
|