[alsa-devel] [PATCH - SB0500 2/2] rename "Device" to "Toshiba SB-0500" via quirks
Signed-off-by: Andrea Borgia andrea@borgia.bo.it
diff --git a/usb/usbquirks.h b/usb/usbquirks.h index 9211575..d59323e 100644 --- a/usb/usbquirks.h +++ b/usb/usbquirks.h @@ -39,6 +39,16 @@ .idProduct = prod, \ .bInterfaceClass = USB_CLASS_VENDOR_SPEC
+/* Creative/Toshiba Multimedia Center SB-0500 */ +{ + USB_DEVICE(0x041e, 0x3048), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + .vendor_name = "Toshiba", + .product_name = "SB-0500", + .ifnum = QUIRK_NO_INTERFACE + } +}, + /* Creative/E-Mu devices */ { USB_DEVICE(0x041e, 0x3010),
At Mon, 12 Jan 2009 23:17:47 +0100, Andrea Borgia wrote:
Signed-off-by: Andrea Borgia andrea@borgia.bo.it
Applied now. Thanks.
BTW, "[PATCH 2/2]" is used only if you post a patchset consisting of multiple (two, in this case) posts. If not, just use a prefix "[PATCH]".
Takashi
diff --git a/usb/usbquirks.h b/usb/usbquirks.h index 9211575..d59323e 100644 --- a/usb/usbquirks.h +++ b/usb/usbquirks.h @@ -39,6 +39,16 @@ .idProduct = prod, \ .bInterfaceClass = USB_CLASS_VENDOR_SPEC
+/* Creative/Toshiba Multimedia Center SB-0500 */ +{
- USB_DEVICE(0x041e, 0x3048),
- .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
.vendor_name = "Toshiba",
.product_name = "SB-0500",
.ifnum = QUIRK_NO_INTERFACE
- }
+},
/* Creative/E-Mu devices */ { USB_DEVICE(0x041e, 0x3010), -- 1.5.4.3
Takashi Iwai ha scritto:
BTW, "[PATCH 2/2]" is used only if you post a patchset consisting of multiple (two, in this case) posts. If not, just use a prefix "[PATCH]".
I used git-send-email and it insisted in counting my first patch as 1/2, presumably because alsa-kmirror does not have it yet. Should I prefer the main alsa tree? I'd rather do without all the rest of the kernel just for mucking around with alsa.
Andrea.
participants (2)
-
Andrea Borgia
-
Takashi Iwai