aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-12ALSA: move line6 usb driver into sound/usbTakashi Iwai26-5776/+0
2015-01-12staging: line6: Make *_disconnect() functions staticChris Rorvick8-96/+94
2015-01-12staging: line6: Call *_disconnect() via pointerChris Rorvick6-42/+8
2015-01-12staging: line6: Call *_process_message() via pointerChris Rorvick6-35/+10
2015-01-12staging: line6: Pass *_process_message() `usb_line6' pointersChris Rorvick5-13/+10
2015-01-12staging: line6: Pass *_init() `usb_line6' pointersChris Rorvick9-33/+24
2015-01-12staging: line6: Move audio endpoints to propertiesChris Rorvick6-64/+52
2015-01-12staging: line6: Remove stale Pocket POD PCM endpointsChris Rorvick1-5/+0
2015-01-12staging: line6: Move control endpoints to propertiesChris Rorvick3-40/+48
2015-01-12staging: line6: Move altsetting to propertiesChris Rorvick2-51/+25
2015-01-12staging: line6: Filter on UX2 interfacesChris Rorvick1-16/+4
2015-01-12staging: line6: Filter on Pocket POD interfaceChris Rorvick1-10/+2
2015-01-12staging: line6: Split out POD HD500 interfacesChris Rorvick3-19/+28
2015-01-12staging: line6: Split out PODxt Live interfacesChris Rorvick4-81/+48
2015-01-12staging: line6: List out capabilities individuallyChris Rorvick2-22/+36
2015-01-12staging: line6: Use explicit indexes when defining propertiesChris Rorvick1-22/+90
2015-01-12staging: line6: Rename capability macrosChris Rorvick6-14/+14
2015-01-12staging: line6: Remove useless commentsChris Rorvick1-2/+0
2015-01-12staging: line6: Remove idVendor and idProduct macrosChris Rorvick2-61/+19
2015-01-12staging: line6: Key off of device typeChris Rorvick4-143/+144
2015-01-12staging: line6: Index properties array with device typeChris Rorvick1-15/+2
2015-01-12staging: line6: Define a device type enumChris Rorvick2-18/+57
2015-01-12staging: line6: Cleanup device tableChris Rorvick1-19/+21
2015-01-12staging: line6: Remove unsupported X3 devicesChris Rorvick3-30/+0
2015-01-12staging: line6: Remove line6_pod_transmit_paramter()Chris Rorvick2-11/+0
2015-01-12staging: line6: Remove `device_bit' from propertiesChris Rorvick4-86/+24
2015-01-12Staging: line6: remove spaces before commas.Jonas Lundqvist1-3/+3
2015-01-12staging: line6: toneport.c: Fix for possible null pointer dereferenceRickard Strandqvist1-7/+8
2014-09-23staging: line6: fix midibuf.c coding style issueDomagoj Trsan1-3/+8
2014-06-19staging: line6: do not return 0 from probe if no initialization doneAlexey Khoroshilov1-1/+1
2014-05-15staging/line6: blank line after declaration cleanupJerry Snitselaar6-1/+19
2014-04-16staging/line6: Fix kzalloc coding style issueL. Alberto Giménez1-1/+1
2014-04-16staging: line6: Add blank lines after declarationsFabian Mewes3-0/+7
2014-04-01Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-33/+39
2014-03-18staging: line6: Fix coding style problemMikhail Boiko1-0/+1
2014-03-17staging: line6: long line fixesDavide Berardi2-26/+30
2014-03-16staging: line6: Fix line over 80 charactersGulsah Kose1-1/+2
2014-03-08staging:line6: Fix use of variable length arraysHimangi Saraogi1-2/+2
2014-02-27Staging: line6: Fix no space before tabs in usbdefs.hMonam Agarwal1-3/+3
2014-02-27Staging: line6: Fix unnecessary space after function pointer in driver.hMonam Agarwal1-1/+1
2014-02-27Staging: line6: Fix unnecessary space after function pointer in driver.cMonam Agarwal1-1/+1
2014-02-14staging/line6: Convert to snd_card_new() with a device pointerTakashi Iwai3-6/+3
2013-12-21staging: line6: Add support for POD HD400 to line6usb driverChris Bajumpaa3-1/+14
2013-10-27Staging:line6: fix line over 80 charactersEbru Akagunduz1-2/+3
2013-10-27Staging: line6: Fix Sparse Warning of incorrect typeRashika Kheria1-3/+7
2013-10-27Staging: line6: Fix Sparse Warning of restricted __le16 degrades to integerRashika Kheria1-2/+2
2013-10-27Staging: line6: Fix Sparse warning of restricted __le16 degrades to integerRashika Kheria1-3/+3
2013-10-19Staging: line6: replacing -EINVAL with retval in driver.cAshvini Varatharaj1-1/+1
2013-10-19Staging: line6: replacing -EINVAL with retvalAshvini Varatharaj1-1/+1
2013-10-11staging: line6: midi: Use NULL instead of 0 for pointersSachin Kamat1-1/+1