Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin-GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yehaojie
plugin-GUI
Commits
2aac5868
Commit
2aac5868
authored
12 years ago
by
Josh Siegle
Browse files
Options
Downloads
Patches
Plain Diff
Created general rules file for both Opal Kelly and FTDI
parent
26d8754d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Builds/Linux/build/40-open-ephys.rules
+21
-0
21 additions, 0 deletions
Builds/Linux/build/40-open-ephys.rules
Source/Processors/DataThreads/FPGAThread.cpp
+1
-3
1 addition, 3 deletions
Source/Processors/DataThreads/FPGAThread.cpp
with
22 additions
and
3 deletions
Builds/Linux/build/
6
0-op
alkelly
.rules
→
Builds/Linux/build/
4
0-op
en-ephys
.rules
100755 → 100644
+
21
−
0
View file @
2aac5868
# udev rules file for
all Opal Kelly VID matches.
# udev rules file for
the Open Ephys GUI
# This file allows udev to change the mode to 666 (all read/write)
# for
any
Opal Kelly
VID.
# for Opal Kelly
FPGAs and the Intan Development Board
#
# For FedoraCore 5 and similar:
# Change permissions for Opal Kelly FPGAs
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="151f", MODE="0666"
# Change permissions for the Intan Development Board:
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0403", SYSFS{idProduct}=="0610", MODE:="0666"
# For FedoraCore 7 and similar:
# Change permissions for Opal Kelly FPGAs
SUBSYSTEM=="usb", ATTRS{idVendor}=="151f", MODE="0666"
# Change permissions for the Intan Development Board:
SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="0610", MODE:="0666"
This diff is collapsed.
Click to expand it.
Source/Processors/DataThreads/FPGAThread.cpp
+
1
−
3
View file @
2aac5868
...
...
@@ -25,7 +25,7 @@
FPGAThread
::
FPGAThread
(
SourceNode
*
sn
)
:
DataThread
(
sn
),
isTransmitting
(
false
),
numchannels
(
32
),
numchannels
(
16
),
deviceFound
(
false
)
{
...
...
@@ -33,8 +33,6 @@ FPGAThread::FPGAThread(SourceNode* sn) : DataThread(sn),
const
char
*
bitfilename
=
"./pipetest.bit"
;
printf
(
"---- Opal Kelly ---- PipeTest Application v1.0 ----
\n
"
);
if
(
!
okFrontPanelDLL_LoadLib
(
NULL
))
{
printf
(
"FrontPanel DLL could not be loaded.
\n
"
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment