Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-02-07 Thread Greg Kroah-Hartman
On Wed, Jan 28, 2015 at 09:07:43PM +0100, Clemens Ladisch wrote: > The driver was using the vendor ID 0xd00d1e from the FireWire core. > However, this ID was not registered, and invalid. > > Instead, use the vendor/version IDs that now are officially assigned to > firewire-serial: >

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-02-07 Thread Greg Kroah-Hartman
On Wed, Jan 28, 2015 at 09:07:43PM +0100, Clemens Ladisch wrote: The driver was using the vendor ID 0xd00d1e from the FireWire core. However, this ID was not registered, and invalid. Instead, use the vendor/version IDs that now are officially assigned to firewire-serial:

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-02-03 Thread Stefan Richter
On Feb 03 Peter Hurley wrote: > On 02/03/2015 03:44 AM, Stefan Richter wrote: > > On Feb 02 Peter Hurley wrote: [...] > >> The problem is a host with the old OUIs will not recognize a remote > >> unit with the new OUIs, and vice versa. > >> > >> Even though the new ids could be added to the unit

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-02-03 Thread Peter Hurley
On 02/03/2015 03:44 AM, Stefan Richter wrote: > On Feb 02 Peter Hurley wrote: >> On 01/28/2015 03:07 PM, Clemens Ladisch wrote: >>> The driver was using the vendor ID 0xd00d1e from the FireWire core. >>> However, this ID was not registered, and invalid. >>> >>> Instead, use the vendor/version IDs

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-02-03 Thread Stefan Richter
On Feb 02 Peter Hurley wrote: > On 01/28/2015 03:07 PM, Clemens Ladisch wrote: > > The driver was using the vendor ID 0xd00d1e from the FireWire core. > > However, this ID was not registered, and invalid. > > > > Instead, use the vendor/version IDs that now are officially assigned to > >

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-02-03 Thread Stefan Richter
On Feb 02 Peter Hurley wrote: On 01/28/2015 03:07 PM, Clemens Ladisch wrote: The driver was using the vendor ID 0xd00d1e from the FireWire core. However, this ID was not registered, and invalid. Instead, use the vendor/version IDs that now are officially assigned to firewire-serial:

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-02-03 Thread Peter Hurley
On 02/03/2015 03:44 AM, Stefan Richter wrote: On Feb 02 Peter Hurley wrote: On 01/28/2015 03:07 PM, Clemens Ladisch wrote: The driver was using the vendor ID 0xd00d1e from the FireWire core. However, this ID was not registered, and invalid. Instead, use the vendor/version IDs that now are

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-02-03 Thread Stefan Richter
On Feb 03 Peter Hurley wrote: On 02/03/2015 03:44 AM, Stefan Richter wrote: On Feb 02 Peter Hurley wrote: [...] The problem is a host with the old OUIs will not recognize a remote unit with the new OUIs, and vice versa. Even though the new ids could be added to the unit driver's

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-02-02 Thread Peter Hurley
On 01/28/2015 03:07 PM, Clemens Ladisch wrote: > The driver was using the vendor ID 0xd00d1e from the FireWire core. > However, this ID was not registered, and invalid. > > Instead, use the vendor/version IDs that now are officially assigned to > firewire-serial: >

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-02-02 Thread Peter Hurley
On 01/28/2015 03:07 PM, Clemens Ladisch wrote: The driver was using the vendor ID 0xd00d1e from the FireWire core. However, this ID was not registered, and invalid. Instead, use the vendor/version IDs that now are officially assigned to firewire-serial:

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-01-29 Thread Stefan Richter
On Jan 28 Clemens Ladisch wrote: > The driver was using the vendor ID 0xd00d1e from the FireWire core. > However, this ID was not registered, and invalid. > > Instead, use the vendor/version IDs that now are officially assigned to > firewire-serial: >

Re: [PATCH] staging/fwserial: use correct vendor/version IDs

2015-01-29 Thread Stefan Richter
On Jan 28 Clemens Ladisch wrote: The driver was using the vendor ID 0xd00d1e from the FireWire core. However, this ID was not registered, and invalid. Instead, use the vendor/version IDs that now are officially assigned to firewire-serial:

[PATCH] staging/fwserial: use correct vendor/version IDs

2015-01-28 Thread Clemens Ladisch
The driver was using the vendor ID 0xd00d1e from the FireWire core. However, this ID was not registered, and invalid. Instead, use the vendor/version IDs that now are officially assigned to firewire-serial: https://ieee1394.wiki.kernel.org/index.php/IEEE_OUI_Assignments Signed-off-by: Clemens

[PATCH] staging/fwserial: use correct vendor/version IDs

2015-01-28 Thread Clemens Ladisch
The driver was using the vendor ID 0xd00d1e from the FireWire core. However, this ID was not registered, and invalid. Instead, use the vendor/version IDs that now are officially assigned to firewire-serial: https://ieee1394.wiki.kernel.org/index.php/IEEE_OUI_Assignments Signed-off-by: Clemens