summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/driver.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-16staging: line6: Add blank lines after declarationsFabian Mewes1-0/+1
2014-03-17staging: line6: long line fixesDavide Berardi1-25/+29
2014-02-27Staging: line6: Fix unnecessary space after function pointer in driver.cMonam Agarwal1-1/+1
2013-12-21staging: line6: Add support for POD HD400 to line6usb driverChris Bajumpaa1-0/+7
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-08-24staging: line6: use default sysfs attribute macrosGreg Kroah-Hartman1-9/+0
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-21/+4
2013-01-20staging: line6: drop CONFIG_LINE6_USB_DUMP_PCMStefan Hajnoczi1-41/+0
2013-01-11staging: line6: rename MidiBuffer to avoid CamelCaseStefan Hajnoczi1-1/+1
2013-01-11staging: line6: wrap comment to 80 chars in driver.cStefan Hajnoczi1-1/+1
2013-01-07staging: line6: delete an unused functionDan Carpenter1-11/+0
2013-01-07staging: line6: Use kmemdup rather than duplicating its implementationLaurent Navet1-3/+2
2012-11-26staging: line6: drop MIDI parameter sysfs attrsStefan Hajnoczi1-1/+0
2012-11-26staging: line6: drop CONFIG_LINE6_USB_RAWStefan Hajnoczi1-14/+0
2012-11-26staging: line6: drop midi_mask_receiveStefan Hajnoczi1-5/+0
2012-11-14staging: line6: drop MIDI dumping codeStefan Hajnoczi1-3/+0
2012-11-14staging: line6: drop control URB dumping codeStefan Hajnoczi1-36/+0
2012-11-13staging: line6: replace DEBUG_MESSAGES() with dev_dbg()Stefan Hajnoczi1-4/+2
2012-10-22staging: line6: drop unused line6_devices[] arrayStefan Hajnoczi1-19/+1
2012-07-06staging: line6: adjusted interface of line6_send_program()Johannes Thumshirn1-1/+1
2012-07-06staging: line6: changed interface of line6_transmit_parameter()Johannes Thumshirn1-1/+1
2012-04-23Staging: line6: use module_usb_driver()Greg Kroah-Hartman1-20/+1
2012-04-23Staging: line6: remove teardown code from module_exit pathGreg Kroah-Hartman1-19/+0
2012-04-23Staging: line6: only allocate a buffer if it is neededGreg Kroah-Hartman1-30/+17
2012-04-23Staging: line6: remove unneeded initializationGreg Kroah-Hartman1-4/+1
2012-02-09staging: line6: separate handling of buffer allocation and stream startupMarkus Grabner1-1/+1
2011-12-08staging/line6: refactor device information and add POD HD 500Markus Grabner1-19/+31
2011-12-01Staging: line6: NULL dereference in dev_err()Dan Carpenter1-3/+3
2011-11-26staging: line6: add Pod HD300 supportStefan Hajnoczi1-1/+23
2011-05-17drivers/staging/line6/driver.c: Drop unneeded put functions.Julia Lawall1-2/+0
2010-09-21Staging: line6: minor coding style cleanupsGreg Kroah-Hartman1-4/+3
2010-08-31Staging: line6: another upstream syncMarkus Grabner1-81/+136
2010-08-31staging: line6: sync with upstreamMarkus Grabner1-131/+285
2010-07-22Staging: line6: fix leaks in line6_probe()Kulikov Vasiliy1-27/+41
2010-05-11Staging: line6: driver: fix up sparse warningsGreg Kroah-Hartman1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-03staging: make USB device id constantNémeth Márton1-1/+1
2009-12-11Staging: line6 driver.c: factorize code and cleanupsFrederik Deweerdt1-49/+54
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov1-1/+1
2009-04-03Staging: line6: fix checkpatch errors in driver.cGreg Kroah-Hartman1-142/+194
2009-04-03Staging: line6: fix up NULL assignment mistakesGreg Kroah-Hartman1-7/+7
2009-04-03Staging: line6: remove KERNEL_VERSION checksGreg Kroah-Hartman1-3/+0
2009-04-03Staging: line6: remove PT_REGSGreg Kroah-Hartman1-3/+3
2009-04-03Staging: line6: remove DEVICE_ATTRIBUTEGreg Kroah-Hartman1-3/+6
2009-04-03Staging: add line6 usb driverMarkus Grabner1-0/+1050