-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c-viapro: Add new PCI device ID for VX855
The south bridge of the VIA VX855 chipset has a different PCI Device ID so i2c-viapro.c needs to be updated with this. Signed-off-by: Harald Welte <[email protected]> Signed-off-by: Jean Delvare <[email protected]>
- Loading branch information
Harald Welte
authored and
Jean Delvare
committed
Jun 15, 2009
1 parent
4b364f2
commit a231591
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,9 @@ Supported adapters: | |
* VIA Technologies, Inc. VX800/VX820 | ||
Datasheet: available on http://linux.via.com.tw | ||
|
||
* VIA Technologies, Inc. VX855/VX875 | ||
Datasheet: Availability unknown | ||
|
||
Authors: | ||
Kyösti Mälkki <[email protected]>, | ||
Mark D. Studebaker <[email protected]>, | ||
|
@@ -53,6 +56,7 @@ Your lspci -n listing must show one of these : | |
device 1106:3287 (VT8251) | ||
device 1106:8324 (CX700) | ||
device 1106:8353 (VX800/VX820) | ||
device 1106:8409 (VX855/VX875) | ||
|
||
If none of these show up, you should look in the BIOS for settings like | ||
enable ACPI / SMBus or even USB. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters