Re: [PATCH 2/2] [media] af9005, af9015: use symbolic names for USB id table indices

2012-01-09 Thread Antti Palosaari
About AF9015 Acked-by: Antti Palosaari cr...@iki.fi I have already done that for my newer drivers, but not for AF9015 as it was so old and many device IDs... Antti On 01/07/2012 10:11 AM, Jonathan Nieder wrote: The af9005_properties and af9015_properties tables make use of USB ids from the

[PATCH 2/2] [media] af9005, af9015: use symbolic names for USB id table indices

2012-01-07 Thread Jonathan Nieder
The af9005_properties and af9015_properties tables make use of USB ids from the USB id tables with hardcoded indices, as in af9015_usb_table[30]. Adding new entries before the end breaks such references, so everyone has had to carefully tiptoe to only add entries at the end of the list. In the

Re: [PATCH 2/2] [media] af9005, af9015: use symbolic names for USB id table indices

2012-01-07 Thread Luca Olivetti
Al 07/01/12 09:11, En/na Jonathan Nieder ha escrit: The af9005_properties and af9015_properties tables make use of USB ids from the USB id tables with hardcoded indices, as in af9015_usb_table[30]. Adding new entries before the end breaks such references, so everyone has had to carefully