Re: [PATCH 1/9] firewire: log GUID of new devices

2008-02-11 Thread Jarod Wilson
Stefan Richter wrote: This should help to interpret user reports. E.g. one can look up the vendor OUI (first three bytes of the GUID) and thus tell what is what. Also simplifies the math in the GUID sysfs attribute. Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> Rather liking this one, ma

Re: [PATCH 1/9] firewire: log GUID of new devices

2008-02-04 Thread Stefan Richter
I wrote: > - else > - fw_notify("created new fw device %s " > - "(%d config rom retries, S%d00)\n", > - device->device.bus_id, device->config_rom_retries, > - 1 << device->max_speed); > + } else { > +

[PATCH 1/9] firewire: log GUID of new devices

2008-02-03 Thread Stefan Richter
This should help to interpret user reports. E.g. one can look up the vendor OUI (first three bytes of the GUID) and thus tell what is what. Also simplifies the math in the GUID sysfs attribute. Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> --- drivers/firewire/fw-device.c | 28 +++