diff options
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 3 | ||||
-rw-r--r-- | drivers/usb/storage/usb.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 6b5210485e1c..a0ed889230aa 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -44,7 +44,8 @@ | |||
44 | * running with this patch. | 44 | * running with this patch. |
45 | * Send your submission to either Phil Dibowitz <phil@ipom.com> or | 45 | * Send your submission to either Phil Dibowitz <phil@ipom.com> or |
46 | * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the | 46 | * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the |
47 | * USB development list <linux-usb-devel@lists.sourceforge.net>. | 47 | * USB development list <linux-usb@vger.kernel.org> and the USB storage list |
48 | * <usb-storage@lists.one-eyed-alien.net> | ||
48 | */ | 49 | */ |
49 | 50 | ||
50 | /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr> | 51 | /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr> |
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c index a856effad3bd..e268aacb773a 100644 --- a/drivers/usb/storage/usb.c +++ b/drivers/usb/storage/usb.c | |||
@@ -539,7 +539,8 @@ static int get_device_info(struct us_data *us, const struct usb_device_id *id) | |||
539 | " has %s in unusual_devs.h (kernel" | 539 | " has %s in unusual_devs.h (kernel" |
540 | " %s)\n" | 540 | " %s)\n" |
541 | " Please send a copy of this message to " | 541 | " Please send a copy of this message to " |
542 | "<linux-usb-devel@lists.sourceforge.net>\n", | 542 | "<linux-usb@vger.kernel.org> and " |
543 | "<usb-storage@lists.one-eyed-alien.net>\n", | ||
543 | le16_to_cpu(ddesc->idVendor), | 544 | le16_to_cpu(ddesc->idVendor), |
544 | le16_to_cpu(ddesc->idProduct), | 545 | le16_to_cpu(ddesc->idProduct), |
545 | le16_to_cpu(ddesc->bcdDevice), | 546 | le16_to_cpu(ddesc->bcdDevice), |