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
4caedfb4
Commit
4caedfb4
authored
Sep 11, 2002
by
Oliver Neukum
Committed by
Greg Kroah-Hartman
Sep 11, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] new ids for hpusbscsi
new device ids for hpusbscsi
parent
a3cd1c05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
drivers/usb/image/hpusbscsi.c
drivers/usb/image/hpusbscsi.c
+7
-1
No files found.
drivers/usb/image/hpusbscsi.c
View file @
4caedfb4
...
...
@@ -154,7 +154,13 @@ hpusbscsi_usb_disconnect (struct usb_device *dev, void *ptr)
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
(
0x0638
,
0x0268
)},
/*iVina 1200U */
{
USB_DEVICE
(
0x0638
,
0x026a
)},
/*Scan Dual II */
{
USB_DEVICE
(
0x0638
,
0x0A13
)},
/*Avision AV600U */
{
USB_DEVICE
(
0x0638
,
0x0A16
)},
/*Avision DS610CU Scancopier */
{
USB_DEVICE
(
0x0638
,
0x0A18
)},
/*Avision AV600U Plus */
{
USB_DEVICE
(
0x0638
,
0x0A23
)},
/*Avision AV220 */
{
USB_DEVICE
(
0x0638
,
0x0A24
)},
/*Avision AV210 */
{
USB_DEVICE
(
0x0686
,
0x4004
)},
/*Minolta Elite II */
{}
/* Terminating entry */
};
...
...
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