]> mj.ucw.cz Git - ursary.git/blob - dmx-interface.h
Lights: Turn off debugging
[ursary.git] / dmx-interface.h
1 /*
2  *      DMX512 Gadget -- Interface Definitions
3  *
4  *      (c) 2020 Martin Mareš <mj@ucw.cz>
5  */
6
7 #define DMX_USB_VENDOR 0x4242
8 #define DMX_USB_PRODUCT 0x0005
9 #define DMX_USB_VERSION 0x0100
10
11 /*
12  *      Endpoints:
13  *
14  *      0x01 = bulk endpoint
15  *              FIXME
16  *              Used for sending frames to BSB. Accepts BSB frames. Sender address and CRC
17  *              will be recalculated.
18  */