Skip to content

Instantly share code, notes, and snippets.

@pluser
Created November 19, 2021 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pluser/f6cbbd7f80c23c80f3b07fa6da435714 to your computer and use it in GitHub Desktop.
Save pluser/f6cbbd7f80c23c80f3b07fa6da435714 to your computer and use it in GitHub Desktop.
A kernel patch for Olympus Voice Recorder LS-P2
--- a/sound/usb/quirks.c 2021-03-05 05:54:00.455338183 +0900
+++ b/sound/usb/quirks.c 2021-03-05 05:59:33.575988574 +0900
@@ -1516,6 +1516,7 @@
case USB_ID(0x05a3, 0x9420): /* ELP HD USB Camera */
case USB_ID(0x05a7, 0x1020): /* Bose Companion 5 */
case USB_ID(0x074d, 0x3553): /* Outlaw RR2150 (Micronas UAC3553B) */
+ case USB_ID(0x07b4, 0x027d): /* Olympus Voice Recorder LS-P2 */
case USB_ID(0x1395, 0x740a): /* Sennheiser DECT */
case USB_ID(0x1901, 0x0191): /* GE B850V3 CP2114 audio interface */
case USB_ID(0x21b4, 0x0081): /* AudioQuest DragonFly */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment