1 Apr 2009 10:43
Re: [PATCH] hso: add Vendor/Product ID's for new devices
Jan Dumon wrote: > Paulius Zaleckas wrote: >> Jan Dumon wrote: >>> From: Jan Dumon <j.dumon@...> >>> >>> Add Vendor/Product ID's for new devices. >>> >>> Signed-off-by: Jan Dumon <j.dumon@...> >>> --- >>> diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c >>> index fe98aca..d47c508 100644 >>> --- a/drivers/net/usb/hso.c >>> +++ b/drivers/net/usb/hso.c >>> <at> <at> -462,9 +462,16 <at> <at> static const struct usb_device_id hso_ids[] = { >>> {USB_DEVICE(0x0af0, 0x7701)}, >>> {USB_DEVICE(0x0af0, 0x7801)}, >>> {USB_DEVICE(0x0af0, 0x7901)}, >>> - {USB_DEVICE(0x0af0, 0x7361)}, >>> - {USB_DEVICE(0x0af0, 0xd057)}, >> Please add comment in description why you are removing these IDs. > > No ID's are removed. > 0xd057 is added again by the same patch, 0x7361 was twice in the list. OK for 0xd057, but please add comment that you are removing duplicate definition of 0x7361. > >>> + {USB_DEVICE(0x0af0, 0x8200)}, >>> + {USB_DEVICE(0x0af0, 0x8201)},(Continue reading)
RSS Feed