Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
xenomai
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xenomai
xenomai
Commits
e45c5f23
Commit
e45c5f23
authored
Aug 29, 2018
by
Sebastian Smolorz
Committed by
Jan Kiszka
Sep 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drivers/can: Add PCAN-PCI Express OEM ID.
Signed-off-by:
Jan Kiszka
<
jan.kiszka@siemens.com
>
parent
e23d5871
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
kernel/drivers/can/sja1000/rtcan_peak_pci.c
kernel/drivers/can/sja1000/rtcan_peak_pci.c
+2
-0
No files found.
kernel/drivers/can/sja1000/rtcan_peak_pci.c
View file @
e45c5f23
...
...
@@ -78,6 +78,7 @@ struct rtcan_peak_pci
#define PEAK_PC_104P_DEVICE_ID 0x0006 // PCAN-PC/104+ cards
#define PEAK_PCI_104E_DEVICE_ID 0x0007 // PCAN-PCI/104 Express cards
#define PEAK_MPCIE_DEVICE_ID 0x0008 // The miniPCIe slot cards
#define PEAK_PCIE_OEM_ID 0x0009 // PCAN-PCI Express OEM
#define PCI_CONFIG_PORT_SIZE 0x1000 // size of the config io-memory
#define PCI_PORT_SIZE 0x0400 // size of a channel io-memory
...
...
@@ -90,6 +91,7 @@ static struct pci_device_id peak_pci_tbl[] = {
{
PEAK_PCI_VENDOR_ID
,
PEAK_PC_104P_DEVICE_ID
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
{
PEAK_PCI_VENDOR_ID
,
PEAK_PCI_104E_DEVICE_ID
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
{
PEAK_PCI_VENDOR_ID
,
PEAK_CPCI_DEVICE_ID
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
{
PEAK_PCI_VENDOR_ID
,
PEAK_PCIE_OEM_ID
,
PCI_ANY_ID
,
PCI_ANY_ID
,},
{
}
};
MODULE_DEVICE_TABLE
(
pci
,
peak_pci_tbl
);
...
...
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