~ubuntu-branches/ubuntu/oneiric/lm-sensors/oneiric

« back to all changes in this revision

Viewing changes to kernel/chips/thmc50.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-09 10:34:46 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809103446-37pcunbx5dh4kqqy
Tags: 1:2.10.4-1ubuntu1
* Merge with Debian; remaining changes:
  - remove stop links from rc0 and rc6
  - lsb init script
  - don't ship modprobe directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
/* Addresses to scan */
34
34
static unsigned short normal_i2c[] = { SENSORS_I2C_END };
35
 
static unsigned short normal_i2c_range[] = { 0x2D, 0x2E, SENSORS_I2C_END };
 
35
static unsigned short normal_i2c_range[] = { 0x2C, 0x2E, SENSORS_I2C_END };
36
36
static unsigned int normal_isa[] = { SENSORS_ISA_END };
37
37
static unsigned int normal_isa_range[] = { SENSORS_ISA_END };
38
38