Re: [PATCH 1/1] iwmc3200: add more SDIO device ids

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Marcel Holtmann
Date: Monday, August 24, 2009 - 4:21 pm

Hi Tomas,


first thing is that IDs should only be added if there are users for it.
I am missing the patches that are actually using them. Send them all
together.

Second, we have to establish what is the preferred method of IDs for the
SDIO subsystem. In general I would prefer we have a global policy for
this, but in reality it is up to the subsystem maintainers.

My personal vote is for keeping all IDs inside the drivers. And I also
prefer to keep the plain hex values and just put a comment above them
which device this is. Something like this:

static struct usb_device_id btusb_table[] = {
	/* Generic Bluetooth USB device */
	{ USB_DEVICE_INFO(0xe0, 0x01, 0x01) },

	/* AVM BlueFRITZ! USB v2.0 */
	{ USB_DEVICE(0x057c, 0x3800) },

	{ }	/* Terminating entry */
};

Regards

Marcel


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/1] iwmc3200: add more SDIO device ids, Tomas Winkler, (Mon Aug 24, 2:34 pm)
Re: [PATCH 1/1] iwmc3200: add more SDIO device ids, Luis R. Rodriguez, (Mon Aug 24, 2:36 pm)
Re: [PATCH 1/1] iwmc3200: add more SDIO device ids, Tomas Winkler, (Mon Aug 24, 3:20 pm)
Re: [PATCH 1/1] iwmc3200: add more SDIO device ids, Luis R. Rodriguez, (Mon Aug 24, 3:29 pm)
Re: [PATCH 1/1] iwmc3200: add more SDIO device ids, Bob Copeland, (Mon Aug 24, 3:37 pm)
Re: [PATCH 1/1] iwmc3200: add more SDIO device ids, Marcel Holtmann, (Mon Aug 24, 4:21 pm)
Re: [PATCH 1/1] iwmc3200: add more SDIO device ids, Holger Schurig, (Wed Aug 26, 12:25 am)