1=============================== 2Kernel driver i2c-parport-light 3=============================== 4 5Author: Jean Delvare <jdelvare@suse.de> 6 7This driver is a light version of i2c-parport. It doesn't depend 8on the parport driver, and uses direct I/O access instead. This might be 9preferred on embedded systems where wasting memory for the clean but heavy 10parport handling is not an option. The drawback is a reduced portability 11and the impossibility to daisy-chain other parallel port devices. 12 13Please see i2c-parport for documentation. 14 15Module parameters: 16 17* type: type of adapter (see i2c-parport or modinfo) 18 19* base: base I/O address 20 Default is 0x378 which is fairly common for parallel ports, at least on PC. 21 22* irq: optional IRQ 23 This must be passed if you want SMBus alert support, assuming your adapter 24 actually supports this. 25