ics932s401.c (9a64e8e0ace51b309fdcff4b4754b3649250382a) | ics932s401.c (5407e051354bdd943f6ea66562112c9868d64cf5) |
---|---|
1/* 2 * A driver for the Integrated Circuits ICS932S401 3 * Copyright (C) 2008 IBM 4 * | 1/* 2 * A driver for the Integrated Circuits ICS932S401 3 * Copyright (C) 2008 IBM 4 * |
5 * Author: Darrick J. Wong <djwong@us.ibm.com> | 5 * Author: Darrick J. Wong <darrick.wong@oracle.com> |
6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version. 11 * 12 * This program is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 463 unchanged lines hidden (view full) --- 477 478 sysfs_remove_group(&client->dev.kobj, &data->attrs); 479 kfree(data); 480 return 0; 481} 482 483module_i2c_driver(ics932s401_driver); 484 | 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version. 11 * 12 * This program is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 463 unchanged lines hidden (view full) --- 477 478 sysfs_remove_group(&client->dev.kobj, &data->attrs); 479 kfree(data); 480 return 0; 481} 482 483module_i2c_driver(ics932s401_driver); 484 |
485MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>"); | 485MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>"); |
486MODULE_DESCRIPTION("ICS932S401 driver"); 487MODULE_LICENSE("GPL"); 488 489/* IBM IntelliStation Z30 */ 490MODULE_ALIAS("dmi:bvnIBM:*:rn9228:*"); 491MODULE_ALIAS("dmi:bvnIBM:*:rn9232:*"); 492 493/* IBM x3650/x3550 */ 494MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3650*"); 495MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3550*"); | 486MODULE_DESCRIPTION("ICS932S401 driver"); 487MODULE_LICENSE("GPL"); 488 489/* IBM IntelliStation Z30 */ 490MODULE_ALIAS("dmi:bvnIBM:*:rn9228:*"); 491MODULE_ALIAS("dmi:bvnIBM:*:rn9232:*"); 492 493/* IBM x3650/x3550 */ 494MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3650*"); 495MODULE_ALIAS("dmi:bvnIBM:*:pnIBMSystemx3550*"); |