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
28db79d6
Commit
28db79d6
authored
Mar 10, 2003
by
Christoph Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] i2c ID updates
another bunch of IDs appeared in lm_sensors CVS lately..
parent
5ddfc5fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
include/linux/i2c-id.h
include/linux/i2c-id.h
+9
-1
No files found.
include/linux/i2c-id.h
View file @
28db79d6
...
...
@@ -20,7 +20,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* ------------------------------------------------------------------------- */
/* $Id: i2c-id.h,v 1.6
3 2003/01/21 08:08:16 kmalkki
Exp $ */
/* $Id: i2c-id.h,v 1.6
8 2003/02/25 02:55:18 mds
Exp $ */
#ifndef LINUX_I2C_ID_H
#define LINUX_I2C_ID_H
...
...
@@ -150,6 +150,7 @@
#define I2C_DRIVERID_BMCSENSORS 1036
#define I2C_DRIVERID_FS451 1037
#define I2C_DRIVERID_W83627HF 1038
#define I2C_DRIVERID_LM85 1039
/*
* ---- Adapter types ----------------------------------------------------
...
...
@@ -171,6 +172,7 @@
#define I2C_ALGO_MPC824X 0x0a0000
/* Motorola 8240 / 8245 */
#define I2C_ALGO_IPMI 0x0b0000
/* IPMI dummy adapter */
#define I2C_ALGO_IPMB 0x0c0000
/* IPMB adapter */
#define I2C_ALGO_MPC107 0x0d0000
#define I2C_ALGO_EC 0x100000
/* ACPI embedded controller */
#define I2C_ALGO_MPC8XX 0x110000
/* MPC8xx PowerPC I2C algorithm */
...
...
@@ -209,6 +211,8 @@
#define I2C_HW_B_IOC 0x11
/* IOC bit-wiggling */
#define I2C_HW_B_TSUNA 0x12
/* DEC Tsunami chipset */
#define I2C_HW_B_FRODO 0x13
/* 2d3D, Inc. SA-1110 Development Board */
#define I2C_HW_B_OMAHA 0x14
/* Omaha I2C interface (ARM) */
#define I2C_HW_B_GUIDE 0x15
/* Guide bit-basher */
/* --- PCF 8584 based algorithms */
#define I2C_HW_P_LP 0x00
/* Parallel port interface */
...
...
@@ -244,6 +248,7 @@
#define I2C_HW_SMBUS_SIS645 0x09
#define I2C_HW_SMBUS_AMD8111 0x0a
#define I2C_HW_SMBUS_SCX200 0x0b
#define I2C_HW_SMBUS_NFORCE2 0x0c
/* --- ISA pseudo-adapter */
#define I2C_HW_ISA 0x00
...
...
@@ -254,4 +259,7 @@
/* --- IPMB adapter */
#define I2C_HW_IPMB 0x00
/* --- MCP107 adapter */
#define I2C_HW_MPC107 0x00
#endif
/* LINUX_I2C_ID_H */
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