002-disable-usb.diff 451 B

123456789101112131415161718192021
  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -4,7 +4,7 @@ KERNELDIR = /lib/modules/$(KVER)/build
  4. obj-m += acx.o
  5. acx-obj-y += pci.o
  6. -acx-obj-y += usb.o
  7. +#acx-obj-y += usb.o
  8. acx-objs := wlan.o conv.o ioctl.o common.o $(acx-obj-y)
  9. --- a/acx_config.h
  10. +++ b/acx_config.h
  11. @@ -1,6 +1,6 @@
  12. /* temporary hack until proper Kconfig integration */
  13. #define CONFIG_ACX_PCI 1
  14. -#define CONFIG_ACX_USB 1
  15. +/*#define CONFIG_ACX_USB 1*/
  16. #define ACX_RELEASE "v0.3.37"