Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
B
backends
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
sane-project
backends
Commits
567be37c
Commit
567be37c
authored
12 years ago
by
m. allan noah
Browse files
Options
Downloads
Patches
Plain Diff
Revert "PIXMA_CAP_EXPERIMENT removed"
This reverts commit
17e3d3ff
.
parent
9f2b3f8f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/pixma_mp150.c
+7
-7
7 additions, 7 deletions
backend/pixma_mp150.c
with
7 additions
and
7 deletions
backend/pixma_mp150.c
+
7
−
7
View file @
567be37c
...
...
@@ -1641,15 +1641,15 @@ const pixma_config_t pixma_mp150_devices[] = {
DEVICE
(
"Canon PIXMA MG5300"
,
"MG5300"
,
MG5300_PID
,
2400
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
),
DEVICE
(
"Canon PIXMA MG6200"
,
"MG6200"
,
MG6200_PID
,
4800
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
),
DEVICE
(
"Canon PIXMA MP493"
,
"MP493"
,
MP493_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
),
DEVICE
(
"Canon PIXMA E500"
,
"E500"
,
E500_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
),
DEVICE
(
"Canon PIXMA E500"
,
"E500"
,
E500_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_EXPERIMENT
),
/* Latest devices (2012) Generation 4 CIS */
DEVICE
(
"Canon PIXMA MX370 Series"
,
"MX370"
,
MX370_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADF
),
DEVICE
(
"Canon PIXMA MX430 Series"
,
"MX430"
,
MX430_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADF
),
DEVICE
(
"Canon PIXMA MX510 Series"
,
"MX510"
,
MX510_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADF
),
DEVICE
(
"Canon PIXMA MX710 Series"
,
"MX710"
,
MX710_PID
,
2400
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADFDUP
),
DEVICE
(
"Canon PIXMA MX890 Series"
,
"MX890"
,
MX890_PID
,
2400
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADFDUP
),
DEVICE
(
"Canon PIXMA E600 Series"
,
"E600"
,
E600_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADF
),
DEVICE
(
"Canon PIXMA MX370 Series"
,
"MX370"
,
MX370_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADF
|
PIXMA_CAP_EXPERIMENT
),
DEVICE
(
"Canon PIXMA MX430 Series"
,
"MX430"
,
MX430_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADF
|
PIXMA_CAP_EXPERIMENT
),
DEVICE
(
"Canon PIXMA MX510 Series"
,
"MX510"
,
MX510_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADF
|
PIXMA_CAP_EXPERIMENT
),
DEVICE
(
"Canon PIXMA MX710 Series"
,
"MX710"
,
MX710_PID
,
2400
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADFDUP
|
PIXMA_CAP_EXPERIMENT
),
DEVICE
(
"Canon PIXMA MX890 Series"
,
"MX890"
,
MX890_PID
,
2400
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADFDUP
|
PIXMA_CAP_EXPERIMENT
),
DEVICE
(
"Canon PIXMA E600 Series"
,
"E600"
,
E600_PID
,
1200
,
0
,
0
,
638
,
877
,
PIXMA_CAP_CIS
|
PIXMA_CAP_ADF
|
PIXMA_CAP_EXPERIMENT
),
END_OF_DEVICE_LIST
};
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