Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding initial support for the img Stage Line DMX-1USB device #400

Open
wants to merge 54 commits into
base: master
Choose a base branch
from

Conversation

peternewman
Copy link
Member

@peternewman peternewman commented May 31, 2014

This is currently untested, but does compile. Hopefully closes #398

@@ -198,6 +199,10 @@ void UsbDmxPlugin::FindDevices() {
device_descriptor.idProduct == 0xfa63) {
OLA_INFO << "Found a EUROLITE device";
device = new EuroliteProDevice(this, usb_device);
} else if (device_descriptor.idVendor == 0x04d8 &&
device_descriptor.idProduct == 0xff86) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent to align with the (

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, and for the lines I copied it from.

@nomis52
Copy link
Member

nomis52 commented Jun 1, 2014

Looks good, let's see if it works!

@peternewman peternewman changed the title Adding intial support for the img Stage line DMX-1USB device. This is currently untested, but does compile. Hopefully closes #398 Adding intial support for the img Stage Line DMX-1USB device. This is currently untested, but does compile. Hopefully closes #398 Jun 1, 2014
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.11%) when pulling 2a0a63b on peternewman:trivial-fixes into f1af4e2 on OpenLightingProject:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.11%) when pulling e67b83b on peternewman:trivial-fixes into b3ee60a on OpenLightingProject:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.11%) when pulling 849dcb5 on peternewman:trivial-fixes into 8bc7854 on OpenLightingProject:master.

@peternewman peternewman changed the title Adding intial support for the img Stage Line DMX-1USB device. This is currently untested, but does compile. Hopefully closes #398 Adding initial support for the img Stage Line DMX-1USB device Oct 28, 2017
@peternewman peternewman added this to the 0.future milestone Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for img StageLine DMX510
4 participants