Linux IIO (Industrial I/O) Development
[Prev Page][Next Page]
[PATCH v5 00/10] iio: afe: add temperature rescaling support,
Liam Beguin
- [PATCH v5 01/10] iio: inkern: apply consumer scale on IIO_VAL_INT cases, Liam Beguin
- [PATCH v5 02/10] iio: inkern: apply consumer scale when no channel scale is available, Liam Beguin
- [PATCH v5 03/10] iio: inkern: make a best effort on offset calculation, Liam Beguin
- [PATCH v5 04/10] iio: afe: rescale: reduce risk of integer overflow, Liam Beguin
- [PATCH v5 05/10] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support, Liam Beguin
- [PATCH v5 06/10] iio: afe: rescale: add offset support, Liam Beguin
- [PATCH v5 08/10] iio: afe: rescale: add temperature transducers, Liam Beguin
- [PATCH v5 07/10] iio: afe: rescale: add RTD temperature sensor support, Liam Beguin
- [PATCH v5 09/10] dt-bindings: iio: afe: add bindings for temperature-sense-rtd, Liam Beguin
- [PATCH v5 10/10] dt-bindings: iio: afe: add bindings for temperature transducers, Liam Beguin
[PATCH 1/2] iio: buffer: Save a few cycles in 'iio_scan_mask_set()',
Christophe JAILLET
[PATCH v13 00/17] Introduce the Counter character device interface,
William Breathitt Gray
- [PATCH v13 01/17] counter: 104-quad-8: Return error when invalid mode during ceiling_write, William Breathitt Gray
- [PATCH v13 02/17] counter: Return error code on invalid modes, William Breathitt Gray
- [PATCH v13 03/17] counter: Standardize to ERANGE for limit exceeded errors, William Breathitt Gray
- [PATCH v13 04/17] counter: Rename counter_signal_value to counter_signal_level, William Breathitt Gray
- [PATCH v13 05/17] counter: Rename counter_count_function to counter_function, William Breathitt Gray
- [PATCH v13 07/17] counter: Update counter.h comments to reflect sysfs internalization, William Breathitt Gray
- [PATCH v13 08/17] docs: counter: Update to reflect sysfs internalization, William Breathitt Gray
- [PATCH v13 09/17] counter: Move counter enums to uapi header, William Breathitt Gray
- [PATCH v13 10/17] counter: Add character device interface, William Breathitt Gray
- [PATCH v13 11/17] docs: counter: Document character device interface, William Breathitt Gray
- [PATCH v13 12/17] tools/counter: Create Counter tools, William Breathitt Gray
- [PATCH v13 13/17] counter: Implement signalZ_action_component_id sysfs attribute, William Breathitt Gray
- [PATCH v13 14/17] counter: Implement *_component_id sysfs attributes, William Breathitt Gray
- [PATCH v13 15/17] counter: Implement events_queue_size sysfs attribute, William Breathitt Gray
- [PATCH v13 16/17] counter: 104-quad-8: Replace mutex with spinlock, William Breathitt Gray
- [PATCH v13 17/17] counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8, William Breathitt Gray
- Re: [PATCH v13 00/17] Introduce the Counter character device interface, William Breathitt Gray
[PATCH v3 0/4] AD7949 Fixes,
Liam Beguin
[PATCH v3 0/2] mfd: rn5t618: Extend ADC support,
Andreas Kemnade
[PATCH v2 1/2] dt-bindings: iio: adc: rockchip-saradc: add description for rk3568,
Simon Xue
[PATCH AUTOSEL 5.4 08/63] iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get(), Sasha Levin
[PATCH AUTOSEL 5.4 07/63] iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get()., Sasha Levin
[PATCH AUTOSEL 5.10 16/93] iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get(), Sasha Levin
[PATCH AUTOSEL 5.10 15/93] iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get()., Sasha Levin
[PATCH AUTOSEL 5.12 018/104] iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get(), Sasha Levin
[PATCH AUTOSEL 5.12 017/104] iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get()., Sasha Levin
[PATCH AUTOSEL 5.12 016/104] iio: imu: st_lsm6dsx: correct ODR in header, Sasha Levin
[PATCH AUTOSEL 5.13 019/114] iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get()., Sasha Levin
[PATCH AUTOSEL 5.13 020/114] iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get(), Sasha Levin
[PATCH AUTOSEL 5.13 018/114] iio: imu: st_lsm6dsx: correct ODR in header, Sasha Levin
[PATCH] iio: adc: ti-ads7950: Ensure CS is deasserted after reading channels,
Uwe Kleine-König
[PATCH v2] iio: accel: fxls8962af: fix potential use of uninitialized symbol,
Sean Nyekjaer
[PATCH] iio: accel: fxls8962af: Initialize return value,
Souptick Joarder
[PATCH v1 0/4] AD7949 Fixes,
Liam Beguin
[PATCH v3 0/1] iio: vcnl3020: add periodic mode, threshold options,
Ivan Mikhaylov
[PATCH v4 00/10] iio: afe: add temperature rescaling support,
Liam Beguin
- [PATCH v4 01/10] iio: inkern: apply consumer scale on IIO_VAL_INT cases, Liam Beguin
- [PATCH v4 02/10] iio: inkern: apply consumer scale when no channel scale is available, Liam Beguin
- [PATCH v4 03/10] iio: inkern: make a best effort on offset calculation, Liam Beguin
- [PATCH v4 04/10] iio: afe: rescale: reduce risk of integer overflow, Liam Beguin
- [PATCH v4 09/10] dt-bindings: iio: afe: add bindings for temperature-sense-rtd, Liam Beguin
- [PATCH v4 10/10] dt-bindings: iio: afe: add bindings for temperature transducers, Liam Beguin
- [PATCH v4 08/10] iio: afe: rescale: add temperature transducers, Liam Beguin
- [PATCH v4 06/10] iio: afe: rescale: add offset support, Liam Beguin
- [PATCH v4 07/10] iio: afe: rescale: add RTD temperature sensor support, Liam Beguin
- [PATCH v4 05/10] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support, Liam Beguin
[RESEND PATCH] iio: adis: set GPIO reset pin direction,
Antti Keränen
Question about BMI160 drivers (Xilinx),
Lotfi FEJRI
[PATCH v2 0/2] mfd: rn5t618: Extend ADC support,
Andreas Kemnade
[PATCH v12 00/17] Introduce the Counter character device interface,
William Breathitt Gray
- [PATCH v12 01/17] counter: 104-quad-8: Return error when invalid mode during ceiling_write, William Breathitt Gray
- [PATCH v12 02/17] counter: Return error code on invalid modes, William Breathitt Gray
- [PATCH v12 03/17] counter: Standardize to ERANGE for limit exceeded errors, William Breathitt Gray
- [PATCH v12 04/17] counter: Rename counter_signal_value to counter_signal_level, William Breathitt Gray
- [PATCH v12 05/17] counter: Rename counter_count_function to counter_function, William Breathitt Gray
- [PATCH v12 07/17] counter: Update counter.h comments to reflect sysfs internalization, William Breathitt Gray
- [PATCH v12 08/17] docs: counter: Update to reflect sysfs internalization, William Breathitt Gray
- [PATCH v12 09/17] counter: Move counter enums to uapi header, William Breathitt Gray
- [PATCH v12 10/17] counter: Add character device interface, William Breathitt Gray
- [PATCH v12 11/17] docs: counter: Document character device interface, William Breathitt Gray
- [PATCH v12 12/17] tools/counter: Create Counter tools, William Breathitt Gray
- [PATCH v12 13/17] counter: Implement signalZ_action_component_id sysfs attribute, William Breathitt Gray
- [PATCH v12 14/17] counter: Implement *_component_id sysfs attributes, William Breathitt Gray
- [PATCH v12 15/17] counter: Implement events_queue_size sysfs attribute, William Breathitt Gray
- [PATCH v12 16/17] counter: 104-quad-8: Replace mutex with spinlock, William Breathitt Gray
- [PATCH v12 17/17] counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8, William Breathitt Gray
- Re: [PATCH v12 00/17] Introduce the Counter character device interface, Jarkko Nikula
- Message not available
Re: [PATCH v12 00/17] Introduce the Counter character device interface, Jonathan Cameron
[PATCH v2 1/2] iio: light: adjd_s311: move buffer on adjd_s311_data object,
Alexandru Ardelean
[PATCH] arm64: dts: rockchip: add saradc node for rk3568.dtsi,
Simon Xue
[PATCH v1 1/2] dt-bindings: iio: adc: rockchip-saradc: add description for rk3568,
Simon Xue
[PATCH v1 1/2] iio: adc: rockchip_saradc: add support for rk3568 saradc,
Simon Xue
[PATCH v2] hwmon: (ntc_thermistor): Use library interpolation,
Linus Walleij
[PATCH] hwmon: (ntc_thermistor): Use library interpolation,
Linus Walleij
[PATCH 2/2] dt-bindings: iio: temperature: add MAXIM max31865 support,
Navin Sankar Velliangiri
[PATCH 1/2] iio: temperature: Add MAX31865 RTD Support,
Navin Sankar Velliangiri
[PATCH 0/4] mfd: rn5t618: Extend ADC support,
Andreas Kemnade
[PATCH v4 1/2] iio: frequency: adrf6780: add support for ADRF6780,
Antoniu Miclaus
[PATCH 1/2] dt-bindings: iio: adc: rockchip-saradc: add description for rk3568,
Simon Xue
[PATCH v3] dt-bindings: iio: frequency: add adrf6780 doc,
Antoniu Miclaus
[PATCH v2 1/2] iio: frequency: adrf6780: add support for ADRF6780,
Antoniu Miclaus
[PATCH v3 00/10] iio: afe: add temperature rescaling support,
Liam Beguin
- [PATCH v3 01/10] iio: inkern: apply consumer scale on IIO_VAL_INT cases, Liam Beguin
- [PATCH v3 03/10] iio: inkern: make a best effort on offset calculation, Liam Beguin
- [PATCH v3 02/10] iio: inkern: apply consumer scale when no channel scale is available, Liam Beguin
- [PATCH v3 05/10] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support, Liam Beguin
- [PATCH v3 04/10] iio: afe: rescale: reduce risk of integer overflow, Liam Beguin
- [PATCH v3 06/10] iio: afe: rescale: add offset support, Liam Beguin
- [PATCH v3 08/10] iio: afe: rescale: add temperature transducers, Liam Beguin
- [PATCH v3 07/10] iio: afe: rescale: add RTD temperature sensor support, Liam Beguin
- [PATCH v3 09/10] dt-bindings: iio: afe: add bindings for temperature-sense-rtd, Liam Beguin
- [PATCH v3 10/10] dt-bindings: iio: afe: add bindings for temperature transducers, Liam Beguin
[PATCH 1/2] iio: proximity: rfd77402: use i2c_client for rfd77402_{init,powerdown}(),
Alexandru Ardelean
[PATCH] iio: hid-sensors: bind IIO channels alloc to device object,
Alexandru Ardelean
[PATCH] iio: accel: dmard10: convert probe to device-managed functions,
Alexandru Ardelean
[PATCH] iio: accel: da311: convert probe to device-managed functions,
Alexandru Ardelean
[PATCH 0/2] Renesas RZ/G2L ADC driver support,
Lad Prabhakar
[PATCH 0/2] iio: frequency: adrf6780: add support for ADRF6780,
Antoniu Miclaus
[PATCH v2] iio:adc: Add RZ/N1D ADC driver,
Pierre CASTELLAN
[PATCH] counter: intel-qep: Remove linux/bitops.h include,
Jarkko Nikula
[PATCH] iio: accel: da280: convert probe to device-managed functions,
Alexandru Ardelean
[PATCH] iio: light: adjd_s311: convert to device-managed functions,
Alexandru Ardelean
[PATCH 00/15] dt-bindings: iio: dac: Add most missing binding documents.,
Jonathan Cameron
- [PATCH 01/15] dt-bindings: iio: dac: adi,ad5421: Add missing binding document., Jonathan Cameron
- [PATCH 02/15] dt-bindings: iio: dac: adi,ad5064: Document bindings for many different DACs, Jonathan Cameron
- [PATCH 03/15] dt-bindings: iio: dac: adi,ad5360: Add missing binding document, Jonathan Cameron
- [PATCH 04/15] dt-bindings: iio: dac: ad5380: Add missing binding document, Jonathan Cameron
- [PATCH 05/15] dt-bindings: iio: dac: ad5446: Add missing binding document, Jonathan Cameron
- [PATCH 06/15] dt-bindings: iio: dac: ad5449: Add missing binding document., Jonathan Cameron
- [PATCH 07/15] dt-bindings: iio: dac: ad5504: Add missing binding document, Jonathan Cameron
- [PATCH 08/15] iio: dac: ad5624r: Fix incorrect handling of an optional regulator., Jonathan Cameron
- [PATCH 09/15] dt-bindings: iio: dac: ad5624r: Add missing binding document, Jonathan Cameron
- [PATCH 10/15] dt-bindings: iio: dac: ad5686 and ad5696: Add missing binding document., Jonathan Cameron
- [PATCH 11/15] dt-bindings: iio: dac: ad5761: Add missing binding doc., Jonathan Cameron
- [PATCH 12/15] dt-bindings: iio: dac: adi,ad5764: Add missing binding document, Jonathan Cameron
- [PATCH 13/15] dt-bindings: iio: dac: adi,ad5791: Add missing bindings document, Jonathan Cameron
- [PATCH 14/15] dt-bindings: iio: dac: adi,ad8801: Add missing binding document., Jonathan Cameron
- [PATCH 15/15] dt-bindings: iio: dac: microchip,mcp4922: Add missing binding document, Jonathan Cameron
- RE: [PATCH 00/15] dt-bindings: iio: dac: Add most missing binding documents., Sa, Nuno
Fwd: [RFC 00/11] Intro to Hardware timestamping engine,
Linus Walleij
[PATCH 1/2] iio: accel: bma220: convert probe to device-managed functions,
Alexandru Ardelean
[PATCH] iio: adc: fsl-imx25-gcq: initialize regulators as needed,
Alexandru Ardelean
[PATCH v1 1/2] iio: adc: tsc2046: fix scan interval warning,
Oleksij Rempel
[PATCH v6 0/4] Add Xilinx AMS Driver,
Anand Ashok Dumbre
[PATCH] iio: chemical: atlas-sensor: Avoid using irq_work,
Nicolas Saenz Julienne
[PATCH 1/2] iio: temperature: tmp006: convert probe to device-managed,
Alexandru Ardelean
[PATCH] iio: potentiometer: max5481: convert probe to device-managed,
Alexandru Ardelean
[PATCH] iio: light: tcs3414: convert probe to device-managed routines,
Alexandru Ardelean
[PATCH] iio: accel: adxl345: convert probe to device-managed functions,
Alexandru Ardelean
[PATCH] iio: accel: fxls8962af: fix potential use of uninitialized symbol,
Sean Nyekjaer
[PATCH v2 0/2] add periodic mode, threshold options,
Ivan Mikhaylov
[PATCH] Add startup time for each chip using inv_mpu6050 driver,
Baptiste Mansuy
Re: [BUILD SUCCESS WITH WARNING] LAST PATCH: [PATCH v1 1/1] kernel.h: Split out kstrtox() and simple_strtox() to a separate header, Andy Shevchenko
[PATCH v3 0/2] Add "extended_name" to label,
Paul Cercueil
IIO now taking changes for the 5.15 cycle., Jonathan Cameron
[PULL] 2nd set of IIO and Counter features, cleanups etc for the 5.14 cycle.,
Jonathan Cameron
[PATCH] iio: light: si1145: remove redundant continue statement,
Colin King
[PATCH v2 0/2] Add "extended_name" to label,
Paul Cercueil
[PATCH] iio: adis: set GPIO reset pin direction, Antti Keränen
[PATCH] dt-bindings: Drop redundant minItems/maxItems,
Rob Herring
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Greg Kroah-Hartman
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Vinod Koul
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Marc Kleine-Budde
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Philipp Zabel
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Mark Brown
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Jonathan Cameron
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Wolfram Sang
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Ulf Hansson
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Jassi Brar
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Suman Anna
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Arnaud POULIQUEN
- Re: [PATCH] dt-bindings: Drop redundant minItems/maxItems, Geert Uytterhoeven
[PATCH 0/3] dt-bindings: iio: accel: bma255: Fix interrupt type / merge bma180,
Stephan Gerhold
[PATCH 3/3] dt-bindings: iio: accel: bma255: Merge bosch,bma180 schema, Stephan Gerhold
[PATCH 2/3] dt-bindings: iio: accel: bma255: Sort compatibles, Stephan Gerhold
Re: [PATCH 0/3] dt-bindings: iio: accel: bma255: Fix interrupt type / merge bma180, Jonathan Cameron
[PATCH v2 1/1] iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespace,
Andy Shevchenko
[PATCH v3] iio: humidity: hdc100x: Add margin to the conversion time,
Chris Lesiak
[PATCH 00/17] iio:adc:ad7280a Cleanup and proposed staging graduation.,
Jonathan Cameron
- [PATCH 01/17] staging:iio:adc:ad7280a: Fix handing of device address bit reversing., Jonathan Cameron
- [PATCH 02/17] staging:iio:adc:ad7280a: Register define cleanup., Jonathan Cameron
- [PATCH 03/17] staging:iio:adc:ad7280a: rename _read() to _read_reg(), Jonathan Cameron
- [PATCH 04/17] staging:iio:adc:ad7280a: Split buff[2] into tx and rx parts, Jonathan Cameron
- [PATCH 06/17] staging:iio:adc:ad7280a: Switch to standard event control, Jonathan Cameron
- [PATCH 05/17] staging:iio:adc:ad7280a: Use bitfield ops to managed fields in transfers., Jonathan Cameron
- [PATCH 07/17] staging:iio:adc:ad7280a: Standardize extended ABI naming, Jonathan Cameron
- [PATCH 08/17] staging:iio:adc:ad7280a: Drop unused timestamp channel., Jonathan Cameron
- [PATCH 10/17] staging:iio:adc:ad7280a: Make oversampling_ratio a runtime control, Jonathan Cameron
- [PATCH 09/17] staging:iio:adc:ad7280a: Trivial comment formatting cleanup, Jonathan Cameron
- [PATCH 11/17] staging:iio:adc:ad7280a: Cleanup includes, Jonathan Cameron
- [PATCH 12/17] staging:iio:ad7280a: Reflect optionality of irq in ABI, Jonathan Cameron
- [PATCH 13/17] staging:iio:adc:ad7280a: Use a local dev pointer to avoid &spi->dev, Jonathan Cameron
- [PATCH 14/17] staging:iio:adc:ad7280a: Use device properties to replace platform data., Jonathan Cameron
- [PATCH 15/17] dt-bindings:iio:adc:ad7280a: Add binding, Jonathan Cameron
- [PATCH 16/17] iio:adc:ad7280a: Document ABI for cell balance switches, Jonathan Cameron
- [PATCH 17/17] iio:adc:ad7280a: Move out of staging, Jonathan Cameron
- Re: [PATCH 00/17] iio:adc:ad7280a Cleanup and proposed staging graduation., Marcelo Schmitt
[PATCH 0/7] Prepare EP93xx drivers for Common Clock Framework,
Alexander Sverdlin
[PATCH RESEND 0/8] IIO: Alignment fixes part 3 - __aligned(8) used to ensure alignment,
Jonathan Cameron
- [PATCH RESEND 1/8] iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_timestamp(), Jonathan Cameron
- [PATCH RESEND 2/8] iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp(), Jonathan Cameron
- [PATCH RESEND 3/8] iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timestamp(), Jonathan Cameron
- [PATCH RESEND 4/8] iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_timestamp(), Jonathan Cameron
- [PATCH RESEND 5/8] iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timestamp(), Jonathan Cameron
- [PATCH RESEND 6/8] iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timestamp(), Jonathan Cameron
- [PATCH RESEND 7/8] iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timestamp(), Jonathan Cameron
- [PATCH RESEND 8/8] iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timestamp(), Jonathan Cameron
- RE: [PATCH RESEND 0/8] IIO: Alignment fixes part 3 - __aligned(8) used to ensure alignment, Sa, Nuno
[PATCH v2 0/4] IIO: Alignment fixes part 4 - bounce buffers for the hard cases.,
Jonathan Cameron
[PATCH] HID: intel-ish-hid: use async resume function,
Ye Xiang
using dma buffers for SPI adcs,
Alex Roberts
Can't find trigger_now for sysfs-based triggering,
William Huang
[PATCH] iio: accel: bmc150: Use more consistent and accurate scale values,
Stephan Gerhold
[PATCH 00/12] iio:accel: Header Cleanups.,
Jonathan Cameron
- [PATCH 01/12] iio:accel:adxl372: Cleanup includes, Jonathan Cameron
- [PATCH 02/12] iio:accel:bma180: Use generic device properties., Jonathan Cameron
- [PATCH 03/12] iio:accel:bosch drivers: Cleanup includes, Jonathan Cameron
- [PATCH 04/12] iio:accel:miramems drivers: Cleanup headers, Jonathan Cameron
- [PATCH 05/12] iio:accel:domintech: Cleanup includes., Jonathan Cameron
- [PATCH 06/12] iio:accel:fxls8962af: Add a few missing includes., Jonathan Cameron
- [PATCH 07/12] iio:accel:kionix drivers: Cleanup includes, Jonathan Cameron
- [PATCH 08/12] iio:accel:mc3220: Cleanup includes., Jonathan Cameron
- [PATCH 09/12] iio:accel:freescale drivers: Cleanup includes, Jonathan Cameron
- [PATCH 10/12] iio:accel:memsic drivers: Cleanup includes, Jonathan Cameron
- [PATCH 11/12] iio:accel:murata/vti drivers: Include cleanups for the sca**** parts., Jonathan Cameron
- [PATCH 12/12] iio:accel:sensortek drivers: Add some includes, Jonathan Cameron
- Re: [PATCH 00/12] iio:accel: Header Cleanups., Andy Shevchenko
- Re: [PATCH 00/12] iio:accel: Header Cleanups., Lars-Peter Clausen
[PATCH 0/7] staging:iio: Header cleanup,
Jonathan Cameron
[PATCH] iio: core: Cleanup includes,
Jonathan Cameron
[PATCH] hwmon: (ntc_thermistor) Drop unused headers.,
Jonathan Cameron
[PATCH 1/2] counter: intel-qep: Mark PM callbacks with __maybe_unused,
Jarkko Nikula
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]