Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Dirk-fs opened this issue May 16, 2021 · 0 comments · May be fixed by #175
Open

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

Dirk-fs opened this issue May 16, 2021 · 0 comments · May be fixed by #175

Comments

@Dirk-fs
Copy link

Dirk-fs commented May 16, 2021

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 */ \
CGarces added a commit to CGarces/rtl8192cu-fixes that referenced this issue May 16, 2021
Use USB_VENDER_ID_REALTEK constant
Remove duplicate ID.
Fix pvaret#174
CGarces added a commit to CGarces/rtl8192cu-fixes that referenced this issue May 16, 2021
Use USB_VENDER_ID_REALTEK constant
Remove duplicate ID.
Fix pvaret#174
@CGarces CGarces linked a pull request May 16, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant