Commit 396b5885 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: usbduxsigma: remove some unused defines

These defines are not used in the driver. Remove them.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 526f55a9
......@@ -64,16 +64,6 @@ Status: testing
/* internal addresses of the 8051 processor */
#define USBDUXSUB_CPUCS 0xE600
/*
* the minor device number, major is 180 only for debugging purposes and to
* upload special firmware (programming the eeprom etc) which is not
* compatible with the comedi framwork
*/
#define USBDUXSUB_MINOR 32
/* max lenghth of the transfer-buffer for software upload */
#define TB_LEN 0x2000
/* USB endpoints */
#define USBDUXSIGMA_CMD_OUT_EP 1 /* command output */
#define USBDUXSIGMA_ISO_OUT_EP 2 /* analog output ISO/IRQ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment