Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #54988
| From | Vagrant Cascadian <vagrantc@aikidev.net> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#836251: linux: [armhf] Please enable support for veyron-speedy |
| Date | 2016-09-01 06:00 +0200 |
| Message-ID | <scrkt-32K-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
[Multipart message — attachments visible in raw view] - view raw
Package: linux Severity: wishlist Tags: patch Please enable support for veyron-speedy (a.k.a. ASUS Chromebook C201) to linux 4.8.x. It detects all four cores and 4GB of ram. Tested working HDMI, LCD panel, touchpad (w/ some multitouch), keyboard, microSD, cpufreq, battery and charger. All in all, a fairly complete ARM system! eMMC may need a small fix/workaround to work reliably, submitted upstream: http://www.spinics.net/lists/devicetree/msg140632.html Haven't had success getting output form the speakers or headphone jack, though the OS seems to detect at least one device. The wifi requires non-free firmware-brcm80211, though I haven't had much luck with it. USB ethernet and USB wifi adapters work, though. Thanks! live well, vagrant diff --git a/debian/config/armhf/config b/debian/config/armhf/config index 0a9be6f..4fc638c 100644 --- a/debian/config/armhf/config +++ b/debian/config/armhf/config @@ -1262,3 +1263,28 @@ CONFIG_SND_SOC_TEGRA_ALC5632=m CONFIG_SND_SOC_TEGRA_MAX98090=m CONFIG_SND_SOC_TEGRA_RT5677=m +CONFIG_BATTERY_SBS=m +CONFIG_DRM_PANEL=y +CONFIG_DRM_PANEL_SIMPLE=m +CONFIG_BACKLIGHT_PWM=m +CONFIG_CHARGER_GPIO=m +CONFIG_MFD_CROS_EC=m +CONFIG_I2C_CROS_EC_TUNNEL=m +CONFIG_MOUSE_ELAN_I2C=m +CONFIG_KEYBOARD_CROS_EC=m +CONFIG_KEYBOARD_GPIO=m +CONFIG_POWER_RESET_GPIO=y +CONFIG_POWER_RESET_GPIO_RESTART=y +CONFIG_MFD_RK808=y +CONFIG_COMMON_CLK_RK808=m +CONFIG_REGULATOR_RK808=m +CONFIG_RTC_DRV_RK808=y +CONFIG_PHY_ROCKCHIP_DP=m +CONFIG_MFD_CROS_EC_SPI=m +CONFIG_ROCKCHIP_DW_MIPI_DSI=m +CONFIG_DRM_ANALOGIX_DP=m +CONFIG_ROCKCHIP_ANALOGIX_DP=m +CONFIG_PHY_ROCKCHIP_EMMC=m +CONFIG_ROCKCHIP_IODOMAIN=m +CONFIG_POWER_AVS=y +CONFIG_ROCKCHIP_PM_DOMAINS=y
Back to linux.debian.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Bug#836251: linux: [armhf] Please enable support for veyron-speedy Vagrant Cascadian <vagrantc@aikidev.net> - 2016-09-01 06:00 +0200 Bug#836251: linux: [armhf] Please enable support for veyron-speedy Vagrant Cascadian <vagrantc@aikidev.net> - 2016-09-13 04:30 +0200
csiph-web