Changeset 3885
- Timestamp:
- 12/24/03 18:49:44 (9 years ago)
- Location:
- i2c/trunk
- Files:
-
- 6 modified
-
doc/i2c-velleman (modified) (1 diff)
-
doc/summary (modified) (1 diff)
-
kernel/i2c-pport.c (modified) (1 diff)
-
kernel/i2c-velleman.c (modified) (1 diff)
-
mkpatch/Config.in (modified) (1 diff)
-
mkpatch/Configure.help (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/doc/i2c-velleman
r3881 r3885 1 1 i2c-velleman driver 2 2 ------------------- 3 This is a driver for i2c-hw access for Velleman K 9000 and other adapters.3 This is a driver for i2c-hw access for Velleman K8000 and other adapters. 4 4 5 5 Useful links -
i2c/trunk/doc/summary
r3680 r3885 72 72 i2c-pport: Primitive parallel port adapter (uses i2c-algo-bit) 73 73 i2c-rpx: RPX board Motorola 8xx I2C device (uses i2c-algo-8xx) (NOT BUILT BY DEFAULT) 74 i2c-velleman: Velleman K 9000 parallel port adapter (uses i2c-algo-bit)74 i2c-velleman: Velleman K8000 parallel port adapter (uses i2c-algo-bit) 75 75 -
i2c/trunk/kernel/i2c-pport.c
r3882 r3885 23 23 parallel port connector. 24 24 25 Cut & paste :-) based on Velleman K 9000 driver by Simon G. Vogl25 Cut & paste :-) based on Velleman K8000 driver by Simon G. Vogl 26 26 */ 27 27 -
i2c/trunk/kernel/i2c-velleman.c
r3882 r3885 1 1 /* ------------------------------------------------------------------------- */ 2 /* i2c-velleman.c i2c-hw access for Velleman K 9000 adapters */2 /* i2c-velleman.c i2c-hw access for Velleman K8000 adapters */ 3 3 /* ------------------------------------------------------------------------- */ 4 4 /* Copyright (C) 1995-96, 2000 Simon G. Vogl -
i2c/trunk/mkpatch/Config.in
r3828 r3885 13 13 dep_tristate ' Philips style parallel port adapter' CONFIG_I2C_PHILIPSPAR $CONFIG_I2C_ALGOBIT $CONFIG_PARPORT 14 14 dep_tristate ' ELV adapter' CONFIG_I2C_ELV $CONFIG_I2C_ALGOBIT 15 dep_tristate ' Velleman K 9000 adapter' CONFIG_I2C_VELLEMAN $CONFIG_I2C_ALGOBIT15 dep_tristate ' Velleman K8000 adapter' CONFIG_I2C_VELLEMAN $CONFIG_I2C_ALGOBIT 16 16 dep_tristate ' Basic I2C on Parallel Port' CONFIG_I2C_PPORT $CONFIG_I2C_ALGOBIT 17 17 if [ "$CONFIG_ARCH_SA1100" = "y" ]; then -
i2c/trunk/mkpatch/Configure.help
r3859 r3885 66 66 The module will be called i2c-elv.o. 67 67 68 Velleman K 9000 adapter68 Velleman K8000 adapter 69 69 CONFIG_I2C_VELLEMAN 70 This supports the Velleman K 9000 parallel-port I2C adapter. Say Y70 This supports the Velleman K8000 parallel-port I2C adapter. Say Y 71 71 if you own such an adapter. 72 72
