summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/driver.c
Commit message (Expand)AuthorAgeFilesLines
* staging: line6: long line fixesDavide Berardi2014-03-171-25/+29
* Staging: line6: Fix unnecessary space after function pointer in driver.cMonam Agarwal2014-02-281-1/+1
* staging: line6: Add support for POD HD400 to line6usb driverChris Bajumpaa2013-12-221-0/+7
* Staging: line6: Fix Sparse warning of restricted __le16 degrades to integerRashika Kheria2013-10-281-3/+3
* Staging: line6: replacing -EINVAL with retval in driver.cAshvini Varatharaj2013-10-191-1/+1
* staging: line6: use default sysfs attribute macrosGreg Kroah-Hartman2013-08-241-9/+0Star
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-21/+4Star
* staging: line6: drop CONFIG_LINE6_USB_DUMP_PCMStefan Hajnoczi2013-01-211-41/+0Star
* staging: line6: rename MidiBuffer to avoid CamelCaseStefan Hajnoczi2013-01-121-1/+1
* staging: line6: wrap comment to 80 chars in driver.cStefan Hajnoczi2013-01-121-1/+1
* staging: line6: delete an unused functionDan Carpenter2013-01-071-11/+0Star
* staging: line6: Use kmemdup rather than duplicating its implementationLaurent Navet2013-01-071-3/+2Star
* staging: line6: drop MIDI parameter sysfs attrsStefan Hajnoczi2012-11-271-1/+0Star
* staging: line6: drop CONFIG_LINE6_USB_RAWStefan Hajnoczi2012-11-271-14/+0Star
* staging: line6: drop midi_mask_receiveStefan Hajnoczi2012-11-271-5/+0Star
* staging: line6: drop MIDI dumping codeStefan Hajnoczi2012-11-151-3/+0Star
* staging: line6: drop control URB dumping codeStefan Hajnoczi2012-11-151-36/+0Star
* staging: line6: replace DEBUG_MESSAGES() with dev_dbg()Stefan Hajnoczi2012-11-141-4/+2Star
* staging: line6: drop unused line6_devices[] arrayStefan Hajnoczi2012-10-231-19/+1Star
* staging: line6: adjusted interface of line6_send_program()Johannes Thumshirn2012-07-071-1/+1
* staging: line6: changed interface of line6_transmit_parameter()Johannes Thumshirn2012-07-071-1/+1
* Staging: line6: use module_usb_driver()Greg Kroah-Hartman2012-04-241-20/+1Star
* Staging: line6: remove teardown code from module_exit pathGreg Kroah-Hartman2012-04-241-19/+0Star
* Staging: line6: only allocate a buffer if it is neededGreg Kroah-Hartman2012-04-241-30/+17Star
* Staging: line6: remove unneeded initializationGreg Kroah-Hartman2012-04-241-4/+1Star
* staging: line6: separate handling of buffer allocation and stream startupMarkus Grabner2012-02-091-1/+1
* staging/line6: refactor device information and add POD HD 500Markus Grabner2011-12-081-19/+31
* Staging: line6: NULL dereference in dev_err()Dan Carpenter2011-12-011-3/+3
* staging: line6: add Pod HD300 supportStefan Hajnoczi2011-11-271-1/+23
* drivers/staging/line6/driver.c: Drop unneeded put functions.Julia Lawall2011-05-171-2/+0Star
* Staging: line6: minor coding style cleanupsGreg Kroah-Hartman2010-09-221-4/+3Star
* Staging: line6: another upstream syncMarkus Grabner2010-09-011-81/+136
* staging: line6: sync with upstreamMarkus Grabner2010-09-011-131/+285
* Staging: line6: fix leaks in line6_probe()Kulikov Vasiliy2010-07-221-27/+41
* Staging: line6: driver: fix up sparse warningsGreg Kroah-Hartman2010-05-111-5/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* staging: make USB device id constantNémeth Márton2010-03-041-1/+1
* Staging: line6 driver.c: factorize code and cleanupsFrederik Deweerdt2009-12-111-49/+54
* Staging: ARRAY_SIZE changesStoyan Gaydarov2009-09-151-1/+1
* Staging: line6: fix checkpatch errors in driver.cGreg Kroah-Hartman2009-04-031-142/+194
* Staging: line6: fix up NULL assignment mistakesGreg Kroah-Hartman2009-04-031-7/+7
* Staging: line6: remove KERNEL_VERSION checksGreg Kroah-Hartman2009-04-031-3/+0Star
* Staging: line6: remove PT_REGSGreg Kroah-Hartman2009-04-031-3/+3
* Staging: line6: remove DEVICE_ATTRIBUTEGreg Kroah-Hartman2009-04-031-3/+6
* Staging: add line6 usb driverMarkus Grabner2009-04-031-0/+1050