Skip to content

os_dep/linux/usb_intf.c does not compile anymore #174

@Dirk-fs

Description

@Dirk-fs

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 */ \

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions