History log of /external/toybox/toys/pending/mdev.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9cc78770dc593b58e2ac0b24c42c3948c09d5eec 04-Oct-2015 Rob Landley <rob@landley.net> Minor cleanup and add "MODALIAS" handler (suggested by Isaac Dunham).
/external/toybox/toys/pending/mdev.c
ce4188fd1228c8037d1f059cf24a066941c26501 01-Aug-2015 Isaac Dunham <ibid.ag@gmail.com> '!' replaces '/' in the sysfs paths of older drivers, so properly
reverse that to get correct paths.
While we're here, reduce the duplication of initialization.

While this is enough for some drivers, it won't get 'input/' stuff
in the right folder.
/external/toybox/toys/pending/mdev.c
3cf9b08cc9ebeddc449638608f7a28c4c4ba20f9 18-Apr-2015 Isaac Dunham <ibid.ag@gmail.com> mdev: implement hotplug support.

Use DEVPATH, DEVNAME, MAJOR, MINOR, and SUBSYSTEM instead of
checking the current path and reading .../dev.
While we're here, probe for partitions in block devices.

This uses a very lame check for ACTION (which can be add, remove,
or change): if it is "remove", then unlink the device.
/external/toybox/toys/pending/mdev.c
d5959c27779e556fda4694d4fa8ea214138af35b 08-Apr-2015 Rob Landley <rob@landley.net> Revert last mdev commit because it copied code out of a GPLv2 program.

Guys, you CANNOT COPY CODE FROM BUSYBOX. I don't care if I was the initial
author of that file, other people have touched it since.

I know I added "pending" because I couldn't keep up with code review in
realtime and stuff was getting lost, so we needed a place to park things
before they underwent the full dorodango process. I also know none of the
binaries I distribute has anything in pending enabled. But dude, if I'm going
to find stuff like this I have to start reviewing the code BEFORE applying
it to pending, and we all know where that leads.

Please don't do this again.
/external/toybox/toys/pending/mdev.c
893a092f62a6652ec9668e1e0fc68910dedc2acc 18-Mar-2015 Hyejin Kim <hj8296@gmail.com> mdev : add hotplugin feature

As internal needs, Ranjan Kumar (ranjankumar.bth at gmail.com) added hotplug
feature into mdev.
/external/toybox/toys/pending/mdev.c
5b405827a2fa4c928c488f3e7b0197dfec60dcc2 30-Mar-2014 Rob Landley <rob@landley.net> Group headers by standard (POSIX or LSB) or function (internationalization, networking). Move headers standards ignore (but which have been there >15 years) to lib/portability.h. Fold xregcomp into lib since it's posix.
/external/toybox/toys/pending/mdev.c
33cdec57f9b72eab4a15c8caa09631717fa64c31 16-Mar-2013 Rob Landley <rob@landley.net> Move mdev into the pending directory, since it's not done yet.
/external/toybox/toys/pending/mdev.c