Re: [PATCH 0/3] add new API to sysfs and device core code

2012-07-27 Thread Colin Cross
On Fri, Jul 27, 2012 at 8:50 AM, Greg KH wrote: > On Fri, Jul 27, 2012 at 12:02:40PM +0800, Bryan Wu wrote: >> Send out a uevent when create file in sysfs, which is required by userspace >> application such udev in Android > > There is no such thing as "udev in Android" the last time I looked. > >

Re: [PATCH 0/3] add new API to sysfs and device core code

2012-07-27 Thread Greg KH
On Fri, Jul 27, 2012 at 12:02:40PM +0800, Bryan Wu wrote: > Send out a uevent when create file in sysfs, which is required by userspace > application such udev in Android There is no such thing as "udev in Android" the last time I looked. Has this changed? -- To unsubscribe from this list: send t

[PATCH 0/3] add new API to sysfs and device core code

2012-07-26 Thread Bryan Wu
Send out a uevent when create file in sysfs, which is required by userspace application such udev in Android Bryan Wu (3): sysfs: introduce a sysfs_create_file_uevent new API drivers: add a new device_create_file_uevent API ledtrig-timer: convert to use device_create_file_uevent API driver