The change applied to usb_intf.c a couple of days ago breaks the compiling.
At line 156 the trailing backslash is missing, prematurely terminating the macro definition
#define RTL8192C_USB_IDS \
/*=== Realtek demoboard ===*/ \
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8191)},/* Default ID */ \
/****** 8188CUS ********/ \
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8176)},/* 8188cu 1*1 dongole */ \
....
{USB_DEVICE(0x20F4, 0x624D)},/* TRENDnet */ \
{USB_DEVICE(0x20F4, 0x648C)},/* TRENDnet */ <---- missing backslash
{USB_DEVICE(0x0DF6, 0x0061)},/* Sitecom - Edimax */ \
The change applied to usb_intf.c a couple of days ago breaks the compiling.
At line 156 the trailing backslash is missing, prematurely terminating the macro definition