summaryrefslogtreecommitdiff
path: root/drivers/staging/line6/driver.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-13ALSA: move line6 usb driver into sound/usbTakashi Iwai1-1114/+0
2015-01-13staging: line6: Call *_disconnect() via pointerChris Rorvick1-42/+1
2015-01-13staging: line6: Call *_process_message() via pointerChris Rorvick1-31/+2
2015-01-13staging: line6: Pass *_process_message() `usb_line6' pointersChris Rorvick1-9/+4
2015-01-13staging: line6: Pass *_init() `usb_line6' pointersChris Rorvick1-15/+6
2015-01-13staging: line6: Move audio endpoints to propertiesChris Rorvick1-0/+38
2015-01-13staging: line6: Move control endpoints to propertiesChris Rorvick1-29/+44
2015-01-13staging: line6: Move altsetting to propertiesChris Rorvick1-51/+23
2015-01-13staging: line6: Filter on UX2 interfacesChris Rorvick1-16/+4
2015-01-13staging: line6: Filter on Pocket POD interfaceChris Rorvick1-10/+2
2015-01-13staging: line6: Split out POD HD500 interfacesChris Rorvick1-17/+24
2015-01-13staging: line6: Split out PODxt Live interfacesChris Rorvick1-68/+44
2015-01-13staging: line6: List out capabilities individuallyChris Rorvick1-18/+36
2015-01-13staging: line6: Use explicit indexes when defining propertiesChris Rorvick1-22/+90
2015-01-13staging: line6: Rename capability macrosChris Rorvick1-4/+4
2015-01-13staging: line6: Remove useless commentsChris Rorvick1-2/+0
2015-01-13staging: line6: Remove idVendor and idProduct macrosChris Rorvick1-37/+19
2015-01-13staging: line6: Key off of device typeChris Rorvick1-101/+102
2015-01-13staging: line6: Index properties array with device typeChris Rorvick1-15/+2
2015-01-13staging: line6: Define a device type enumChris Rorvick1-18/+36
2015-01-13staging: line6: Cleanup device tableChris Rorvick1-19/+21
2015-01-13staging: line6: Remove unsupported X3 devicesChris Rorvick1-26/+0
2015-01-13staging: line6: Remove `device_bit' from propertiesChris Rorvick1-22/+22
2014-06-20staging: line6: do not return 0 from probe if no initialization doneAlexey Khoroshilov1-1/+1
2014-04-17staging: line6: Add blank lines after declarationsFabian Mewes1-0/+1
2014-03-17staging: line6: long line fixesDavide Berardi1-25/+29
2014-02-28Staging: line6: Fix unnecessary space after function pointer in driver.cMonam Agarwal1-1/+1
2013-12-22staging: line6: Add support for POD HD400 to line6usb driverChris Bajumpaa1-0/+7
2013-10-28Staging: line6: Fix Sparse warning of restricted __le16 degrades to integerRashika Kheria1-3/+3
2013-10-20Staging: 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-21staging: line6: drop CONFIG_LINE6_USB_DUMP_PCMStefan Hajnoczi1-41/+0
2013-01-12staging: line6: rename MidiBuffer to avoid CamelCaseStefan Hajnoczi1-1/+1
2013-01-12staging: line6: wrap comment to 80 chars in driver.cStefan Hajnoczi1-1/+1
2013-01-08staging: line6: delete an unused functionDan Carpenter1-11/+0
2013-01-08staging: line6: Use kmemdup rather than duplicating its implementationLaurent Navet1-3/+2
2012-11-27staging: line6: drop MIDI parameter sysfs attrsStefan Hajnoczi1-1/+0
2012-11-27staging: line6: drop CONFIG_LINE6_USB_RAWStefan Hajnoczi1-14/+0
2012-11-27staging: line6: drop midi_mask_receiveStefan Hajnoczi1-5/+0
2012-11-15staging: line6: drop MIDI dumping codeStefan Hajnoczi1-3/+0
2012-11-15staging: line6: drop control URB dumping codeStefan Hajnoczi1-36/+0
2012-11-14staging: line6: replace DEBUG_MESSAGES() with dev_dbg()Stefan Hajnoczi1-4/+2
2012-10-23staging: line6: drop unused line6_devices[] arrayStefan Hajnoczi1-19/+1
2012-07-07staging: line6: adjusted interface of line6_send_program()Johannes Thumshirn1-1/+1
2012-07-07staging: line6: changed interface of line6_transmit_parameter()Johannes Thumshirn1-1/+1
2012-04-24Staging: line6: use module_usb_driver()Greg Kroah-Hartman1-20/+1
2012-04-24Staging: line6: remove teardown code from module_exit pathGreg Kroah-Hartman1-19/+0
2012-04-24Staging: line6: only allocate a buffer if it is neededGreg Kroah-Hartman1-30/+17
2012-04-24Staging: line6: remove unneeded initializationGreg Kroah-Hartman1-4/+1