Turn of AUTOSUSPEND

This commit is contained in:
kimocoder 2020-02-01 07:22:29 +01:00
parent 653b77ac20
commit 4b7b6ad3de

View File

@ -123,7 +123,7 @@
typedef struct urb *PURB;
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 22))
#ifdef CONFIG_USB_SUSPEND
#define CONFIG_AUTOSUSPEND 1
#define CONFIG_AUTOSUSPEND 0
#endif
#endif
#endif