Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
fd200b7e
Commit
fd200b7e
authored
Mar 18, 2002
by
Kai Reichert
Committed by
Greg Kroah-Hartman
Mar 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB printer driver
added HP DeskJet 959C to the quirks list
parent
085c9a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
drivers/usb/printer.c
drivers/usb/printer.c
+1
-0
No files found.
drivers/usb/printer.c
View file @
fd200b7e
...
...
@@ -193,6 +193,7 @@ static struct quirk_printer_struct quirk_printers[] = {
{
0x03f0
,
0x0204
,
USBLP_QUIRK_BIDIR
},
/* HP DeskJet 815C */
{
0x03f0
,
0x0304
,
USBLP_QUIRK_BIDIR
},
/* HP DeskJet 810C/812C */
{
0x03f0
,
0x0404
,
USBLP_QUIRK_BIDIR
},
/* HP DeskJet 830C */
{
0x03f0
,
0x1104
,
USBLP_QUIRK_BIDIR
},
/* HP Deskjet 959C */
{
0x0409
,
0xefbe
,
USBLP_QUIRK_BIDIR
},
/* NEC Picty900 (HP OEM) */
{
0
,
0
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment