On Wednesday 03 March 2010 22:51, Souf Oued wrote:
> Hi,
> This patch makes lsusb compatible with kernel >= 2.6.32

-               if (strcmp(tokens[0], "DEVICE") == 0) {
-                       bus = xstrdup(tokens[4]);
-                       device = xstrdup(tokens[5]);
+               if (strcmp(tokens[0], "DEVNAME") == 0) {
+                       bus = xstrdup(tokens[3]);
+                       device = xstrdup(tokens[4]);

Do I read this right that the format of that file has changed?
So, the applet will work correctly either on 2.6.31
or on 2.6.32, but not on both?
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to