002-disable-usb.diff 808 B

12345678910111213141516171819202122232425
  1. Index: acx-20070101/Makefile
  2. ===================================================================
  3. --- acx-20070101.orig/Makefile 2007-06-04 13:22:42.463399864 +0200
  4. +++ acx-20070101/Makefile 2007-06-04 13:22:42.747356696 +0200
  5. @@ -1,7 +1,7 @@
  6. obj-m += acx.o
  7. acx-obj-y += pci.o
  8. -acx-obj-y += usb.o
  9. +#acx-obj-y += usb.o
  10. acx-objs := wlan.o conv.o ioctl.o common.o $(acx-obj-y)
  11. Index: acx-20070101/acx_config.h
  12. ===================================================================
  13. --- acx-20070101.orig/acx_config.h 2007-06-04 13:22:42.469398952 +0200
  14. +++ acx-20070101/acx_config.h 2007-06-04 13:22:42.747356696 +0200
  15. @@ -1,6 +1,6 @@
  16. /* temporary hack until proper Kconfig integration */
  17. #define CONFIG_ACX_PCI 1
  18. -#define CONFIG_ACX_USB 1
  19. +/*#define CONFIG_ACX_USB 1*/
  20. #define ACX_RELEASE "v0.3.36"