diff options
author | Tobias Hansen <Tobias.Hansen@physik.uni-hamburg.de> | 2009-12-07 19:08:19 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-08 12:56:50 +0100 |
commit | 2b6f6c0d11fcf6244b98d2b7490164d92d3e409f (patch) | |
tree | b0a04798e5633a1e23e1242a09673d126855f429 /sound/usb/usx2y/us122l.h | |
parent | e6960e194a7dfb8197822225e04eca95fbd61a7f (diff) |
ALSA: snd-usb-us122l: add product IDs of US-122MKII and US-144MKII
I added the product IDs of the new revisions of the devices, so owners
can test whether this suffices to make them work. Patched against ALSA
snapshot 20091207.
Signed-off-by: Tobias Hansen <Tobias.Hansen at physik.uni-hamburg.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usx2y/us122l.h')
-rw-r--r-- | sound/usb/usx2y/us122l.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/usb/usx2y/us122l.h b/sound/usb/usx2y/us122l.h index 4daf1982e82..f263b3f96c8 100644 --- a/sound/usb/usx2y/us122l.h +++ b/sound/usb/usx2y/us122l.h @@ -25,5 +25,7 @@ struct us122l { #define USB_ID_US122L 0x800E #define USB_ID_US144 0x800F +#define USB_ID_US122MKII 0x8021 +#define USB_ID_US144MKII 0x8020 #endif |