summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6
Commit message (Expand)AuthorAgeFilesLines
* ALSA: move line6 usb driver into sound/usbTakashi Iwai2015-01-1226-5776/+0
* staging: line6: Make *_disconnect() functions staticChris Rorvick2015-01-128-96/+94
* staging: line6: Call *_disconnect() via pointerChris Rorvick2015-01-126-42/+8
* staging: line6: Call *_process_message() via pointerChris Rorvick2015-01-126-35/+10
* staging: line6: Pass *_process_message() `usb_line6' pointersChris Rorvick2015-01-125-13/+10
* staging: line6: Pass *_init() `usb_line6' pointersChris Rorvick2015-01-129-33/+24
* staging: line6: Move audio endpoints to propertiesChris Rorvick2015-01-126-64/+52
* staging: line6: Remove stale Pocket POD PCM endpointsChris Rorvick2015-01-121-5/+0
* staging: line6: Move control endpoints to propertiesChris Rorvick2015-01-123-40/+48
* staging: line6: Move altsetting to propertiesChris Rorvick2015-01-122-51/+25
* staging: line6: Filter on UX2 interfacesChris Rorvick2015-01-121-16/+4
* staging: line6: Filter on Pocket POD interfaceChris Rorvick2015-01-121-10/+2
* staging: line6: Split out POD HD500 interfacesChris Rorvick2015-01-123-19/+28
* staging: line6: Split out PODxt Live interfacesChris Rorvick2015-01-124-81/+48
* staging: line6: List out capabilities individuallyChris Rorvick2015-01-122-22/+36
* staging: line6: Use explicit indexes when defining propertiesChris Rorvick2015-01-121-22/+90
* staging: line6: Rename capability macrosChris Rorvick2015-01-126-14/+14
* staging: line6: Remove useless commentsChris Rorvick2015-01-121-2/+0
* staging: line6: Remove idVendor and idProduct macrosChris Rorvick2015-01-122-61/+19
* staging: line6: Key off of device typeChris Rorvick2015-01-124-143/+144
* staging: line6: Index properties array with device typeChris Rorvick2015-01-121-15/+2
* staging: line6: Define a device type enumChris Rorvick2015-01-122-18/+57
* staging: line6: Cleanup device tableChris Rorvick2015-01-121-19/+21
* staging: line6: Remove unsupported X3 devicesChris Rorvick2015-01-123-30/+0
* staging: line6: Remove line6_pod_transmit_paramter()Chris Rorvick2015-01-122-11/+0
* staging: line6: Remove `device_bit' from propertiesChris Rorvick2015-01-124-86/+24
* Staging: line6: remove spaces before commas.Jonas Lundqvist2015-01-121-3/+3
* staging: line6: toneport.c: Fix for possible null pointer dereferenceRickard Strandqvist2015-01-121-7/+8
* staging: line6: fix midibuf.c coding style issueDomagoj Trsan2014-09-231-3/+8
* staging: line6: do not return 0 from probe if no initialization doneAlexey Khoroshilov2014-06-191-1/+1
* staging/line6: blank line after declaration cleanupJerry Snitselaar2014-05-156-1/+19
* staging/line6: Fix kzalloc coding style issueL. Alberto Giménez2014-04-161-1/+1
* staging: line6: Add blank lines after declarationsFabian Mewes2014-04-163-0/+7
* Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-015-33/+39
|\
| * staging: line6: Fix coding style problemMikhail Boiko2014-03-181-0/+1
| * staging: line6: long line fixesDavide Berardi2014-03-172-26/+30
| * staging: line6: Fix line over 80 charactersGulsah Kose2014-03-161-1/+2
| * staging:line6: Fix use of variable length arraysHimangi Saraogi2014-03-081-2/+2
| * Staging: line6: Fix no space before tabs in usbdefs.hMonam Agarwal2014-02-271-3/+3
| * Staging: line6: Fix unnecessary space after function pointer in driver.hMonam Agarwal2014-02-271-1/+1
| * Staging: line6: Fix unnecessary space after function pointer in driver.cMonam Agarwal2014-02-271-1/+1
* | staging/line6: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-143-6/+3
|/
* staging: line6: Add support for POD HD400 to line6usb driverChris Bajumpaa2013-12-213-1/+14
* Staging:line6: fix line over 80 charactersEbru Akagunduz2013-10-271-2/+3
* Staging: line6: Fix Sparse Warning of incorrect typeRashika Kheria2013-10-271-3/+7
* Staging: line6: Fix Sparse Warning of restricted __le16 degrades to integerRashika Kheria2013-10-271-2/+2
* Staging: line6: Fix Sparse warning of restricted __le16 degrades to integerRashika Kheria2013-10-271-3/+3
* Staging: line6: replacing -EINVAL with retval in driver.cAshvini Varatharaj2013-10-191-1/+1
* Staging: line6: replacing -EINVAL with retvalAshvini Varatharaj2013-10-191-1/+1
* staging: line6: midi: Use NULL instead of 0 for pointersSachin Kamat2013-10-111-1/+1