2.2.6: radio-cadet compile fix

Russell Kroll (rkroll@exploits.org)
Sat, 17 Apr 1999 11:11:35 -0600


It looks like 2.2.6 got the radio-cadet driver but not the #define for
include/linux/videodev.h. This fixes the problem where VID_HARDWARE_CADET
is not defined and the compile stops. This is the same number from the
original -ac patch that first included the driver.

--- include/linux/videodev.h.stock Sat Apr 17 11:00:04 1999
+++ include/linux/videodev.h Sat Apr 17 11:00:34 1999
@@ -275,6 +275,7 @@
#define VID_HARDWARE_GEMTEK 18
#define VID_HARDWARE_TYPHOON 19
#define VID_HARDWARE_VINO 20 /* Reserved for SGI Indy Vino */
+#define VID_HARDWARE_CADET 21 /* Cadet radio */

/*
* Initialiser list

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/