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