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
e639ff6e
Commit
e639ff6e
authored
Apr 18, 2002
by
Oliver Neukum
Committed by
Greg Kroah-Hartman
Apr 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB hpusbscsi device added
USB hpusbscsi driver - device added
parent
5f482e1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
drivers/usb/image/hpusbscsi.c
drivers/usb/image/hpusbscsi.c
+2
-0
No files found.
drivers/usb/image/hpusbscsi.c
View file @
e639ff6e
...
...
@@ -155,6 +155,7 @@ static struct usb_device_id hpusbscsi_usb_ids[] = {
{
USB_DEVICE
(
0x03f0
,
0x0701
)},
/* HP 53xx */
{
USB_DEVICE
(
0x03f0
,
0x0801
)},
/* HP 7400 */
{
USB_DEVICE
(
0x0638
,
0x026a
)},
/*Scan Dual II */
{
USB_DEVICE
(
0x0686
,
0x4004
)},
/*Minolta Elite II */
{}
/* Terminating entry */
};
...
...
@@ -596,3 +597,4 @@ static void issue_request_sense (struct hpusbscsi *hpusbscsi)
}
}
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