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
nexedi
linux
Commits
1b5a7980
Commit
1b5a7980
authored
May 21, 2002
by
Petko Manolov
Committed by
Greg Kroah-Hartman
May 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB pegasus driver, new vendor and device id.
new vendor and device ID
parent
e6d19c6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
drivers/usb/net/pegasus.c
drivers/usb/net/pegasus.c
+1
-1
drivers/usb/net/pegasus.h
drivers/usb/net/pegasus.h
+3
-0
No files found.
drivers/usb/net/pegasus.c
View file @
1b5a7980
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
#define DRIVER_AUTHOR "Petko Manolov <petkan@users.sourceforge.net>"
#define DRIVER_AUTHOR "Petko Manolov <petkan@users.sourceforge.net>"
#define DRIVER_DESC "Pegasus/Pegasus II USB Ethernet driver"
#define DRIVER_DESC "Pegasus/Pegasus II USB Ethernet driver"
static
const
char
driver_name
[]
=
"pegasus"
;
static
const
char
driver_name
[]
=
"pegasus"
;
#define PEGASUS_USE_INTR
#define PEGASUS_USE_INTR
#define PEGASUS_WRITE_EEPROM
#define PEGASUS_WRITE_EEPROM
...
...
drivers/usb/net/pegasus.h
View file @
1b5a7980
...
@@ -123,6 +123,7 @@ struct usb_eth_dev {
...
@@ -123,6 +123,7 @@ struct usb_eth_dev {
#define VENDOR_ABOCOM 0x07b8
#define VENDOR_ABOCOM 0x07b8
#define VENDOR_ACCTON 0x083a
#define VENDOR_ACCTON 0x083a
#define VENDOR_ADMTEK 0x07a6
#define VENDOR_ADMTEK 0x07a6
#define VENDOR_AEILAB 0x3334
#define VENDOR_ALLIEDTEL 0x07c9
#define VENDOR_ALLIEDTEL 0x07c9
#define VENDOR_BELKIN 0x050d
#define VENDOR_BELKIN 0x050d
#define VENDOR_BILLIONTON 0x08dd
#define VENDOR_BILLIONTON 0x08dd
...
@@ -179,6 +180,8 @@ PEGASUS_DEV( "ADMtek AN986 \"Pegasus\" USB Ethernet (eval. board)",
...
@@ -179,6 +180,8 @@ PEGASUS_DEV( "ADMtek AN986 \"Pegasus\" USB Ethernet (eval. board)",
DEFAULT_GPIO_RESET
|
HAS_HOME_PNA
)
DEFAULT_GPIO_RESET
|
HAS_HOME_PNA
)
PEGASUS_DEV
(
"AN986A USB MAC"
,
VENDOR_ADMTEK
,
1986
,
PEGASUS_DEV
(
"AN986A USB MAC"
,
VENDOR_ADMTEK
,
1986
,
DEFAULT_GPIO_RESET
|
PEGASUS_II
)
DEFAULT_GPIO_RESET
|
PEGASUS_II
)
PEGASUS_DEV
(
"AEI USB Fast Ethernet Adapter"
,
VENDOR_AEILAB
,
0x1701
,
DEFAULT_GPIO_RESET
|
PEGASUS_II
)
PEGASUS_DEV
(
"Allied Telesyn Int. AT-USB100"
,
VENDOR_ALLIEDTEL
,
0xb100
,
PEGASUS_DEV
(
"Allied Telesyn Int. AT-USB100"
,
VENDOR_ALLIEDTEL
,
0xb100
,
DEFAULT_GPIO_RESET
|
PEGASUS_II
)
DEFAULT_GPIO_RESET
|
PEGASUS_II
)
PEGASUS_DEV
(
"Belkin F5D5050 USB Ethernet"
,
VENDOR_BELKIN
,
0x0121
,
PEGASUS_DEV
(
"Belkin F5D5050 USB Ethernet"
,
VENDOR_BELKIN
,
0x0121
,
...
...
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