[Meego-kernel] [RFC/PATCH] bma023/smb380: add support for Bosch bma023 and smb380 accelerometer chip

Joseph_Lai at wistron.com Joseph_Lai at wistron.com
Tue Jan 11 22:56:47 PST 2011


> +static void __exit bma023_exit(void)
> +{
> +	i2c_del_driver(&bma023_i2c_driver);
> +}
> +module_exit(bma023_exit);
> +
> +MODULE_AUTHOR("Wistron Corp.");

-+MODULE_AUTHOR("Wistron Corp.");
+ MODULE_AUTHOR("Kim Kyuwon <q1.kim at samsung.com>");

I thought "MODULE_AUTHOR" means the modifier of this code before.
Sorry for this mistake, the original author is Kim Kyuwon.

> +MODULE_DESCRIPTION("BMA023/SMB380 Tri-axis accelerometer driver");
> +MODULE_LICENSE("GPL");
> Index: linux-2.6.35/include/linux/bma023.h
> ===============================================================
> ====


More information about the MeeGo-kernel mailing list