Ignore:
Timestamp:
02/13/08 02:54:46 (5 years ago)
Author:
werner
Message:

pcf50633.patch:

  • drivers/i2c/chips/pcf50633.c (pcf50633_detect): don't use "marketing name" to identify the driver
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/src/target/kernel/2.6.24.x/patches/pcf50633.patch

    r4057 r4059  
    15061506+               goto exit_sysfs; 
    15071507+ 
    1508 +       data->input_dev->name = "FIC Neo1973 PMU events"; 
     1508+       data->input_dev->name = "GTA02 PMU events"; 
    15091509+       data->input_dev->phys = "FIXME"; 
    15101510+       data->input_dev->id.bustype = BUS_I2C; 
Note: See TracChangeset for help on using the changeset viewer.