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
de5847c4
Commit
de5847c4
authored
Mar 18, 2002
by
David Paschal
Committed by
Greg Kroah-Hartman
Mar 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB printer driver
added more printer quirks to the list
parent
fd200b7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
drivers/usb/printer.c
drivers/usb/printer.c
+6
-0
No files found.
drivers/usb/printer.c
View file @
de5847c4
...
...
@@ -193,8 +193,14 @@ 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
,
0x0504
,
USBLP_QUIRK_BIDIR
},
/* HP DeskJet 885C */
{
0x03f0
,
0x0604
,
USBLP_QUIRK_BIDIR
},
/* HP DeskJet 840C */
{
0x03f0
,
0x0804
,
USBLP_QUIRK_BIDIR
},
/* HP DeskJet 816C */
{
0x03f0
,
0x1104
,
USBLP_QUIRK_BIDIR
},
/* HP Deskjet 959C */
{
0x0409
,
0xefbe
,
USBLP_QUIRK_BIDIR
},
/* NEC Picty900 (HP OEM) */
{
0x0409
,
0xbef4
,
USBLP_QUIRK_BIDIR
},
/* NEC Picty760 (HP OEM) */
{
0x0409
,
0xf0be
,
USBLP_QUIRK_BIDIR
},
/* NEC Picty920 (HP OEM) */
{
0x0409
,
0xf1be
,
USBLP_QUIRK_BIDIR
},
/* NEC Picty800 (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