i2c-parport-light 798 B

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