• Home
  • Raw
  • Download

Lines Matching full:hp

2  *  hp_accel.c - Interface between LIS3LV02DL driver and HP ACPI BIOS
76 /* HP-specific accelerometer driver ------------------------------------ */
87 {"HPQ0004", 0}, /* HP Mobile Data Protection System PNP */
88 {"HPQ6000", 0}, /* HP Mobile Data Protection System PNP */
89 {"HPQ6007", 0}, /* HP Mobile Data Protection System PNP */
209 AXIS_DMI_MATCH("NC64x0", "HP Compaq nc64", x_inverted),
210 AXIS_DMI_MATCH("NC84x0", "HP Compaq nc84", z_inverted),
211 AXIS_DMI_MATCH("NX9420", "HP Compaq nx9420", x_inverted),
212 AXIS_DMI_MATCH("NW9440", "HP Compaq nw9440", x_inverted),
213 AXIS_DMI_MATCH("NC2510", "HP Compaq 2510", y_inverted),
214 AXIS_DMI_MATCH("NC2710", "HP Compaq 2710", xy_swap),
215 AXIS_DMI_MATCH("NC8510", "HP Compaq 8510", xy_swap_inverted),
216 AXIS_DMI_MATCH("HP2133", "HP 2133", xy_rotated_left),
217 AXIS_DMI_MATCH("HP2140", "HP 2140", xy_swap_inverted),
218 AXIS_DMI_MATCH("NC653x", "HP Compaq 653", xy_rotated_left_usd),
219 AXIS_DMI_MATCH("NC6730b", "HP Compaq 6730b", xy_rotated_left_usd),
220 AXIS_DMI_MATCH("NC6730s", "HP Compaq 6730s", xy_swap),
221 AXIS_DMI_MATCH("NC651xx", "HP Compaq 651", xy_rotated_right),
222 AXIS_DMI_MATCH("NC6710x", "HP Compaq 6710", xy_swap_yz_inverted),
223 AXIS_DMI_MATCH("NC6715x", "HP Compaq 6715", y_inverted),
224 AXIS_DMI_MATCH("NC693xx", "HP EliteBook 693", xy_rotated_right),
225 AXIS_DMI_MATCH("NC693xx", "HP EliteBook 853", xy_swap),
226 AXIS_DMI_MATCH("NC854xx", "HP EliteBook 854", y_inverted),
227 AXIS_DMI_MATCH("NC273xx", "HP EliteBook 273", y_inverted),
228 /* Intel-based HP Pavilion dv5 */
230 PRODUCT_NAME, "HP Pavilion dv5",
233 /* AMD-based HP Pavilion dv5 */
235 PRODUCT_NAME, "HP Pavilion dv5",
238 AXIS_DMI_MATCH("DV7", "HP Pavilion dv7", x_inverted),
239 AXIS_DMI_MATCH("HP8710", "HP Compaq 8710", y_inverted),
240 AXIS_DMI_MATCH("HDX18", "HP HDX 18", x_inverted),
241 AXIS_DMI_MATCH("HPB432x", "HP ProBook 432", xy_rotated_left),
242 AXIS_DMI_MATCH("HPB440G3", "HP ProBook 440 G3", x_inverted_usd),
243 AXIS_DMI_MATCH("HPB440G4", "HP ProBook 440 G4", x_inverted),
244 AXIS_DMI_MATCH("HPB442x", "HP ProBook 442", xy_rotated_left),
245 AXIS_DMI_MATCH("HPB452x", "HP ProBook 452", y_inverted),
246 AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap),
247 AXIS_DMI_MATCH("HPB532x", "HP ProBook 532", y_inverted),
248 AXIS_DMI_MATCH("HPB655x", "HP ProBook 655", xy_swap_inverted),
249 AXIS_DMI_MATCH("Mini510x", "HP Mini 510", xy_rotated_left_usd),
250 AXIS_DMI_MATCH("HPB63xx", "HP ProBook 63", xy_swap),
251 AXIS_DMI_MATCH("HPB64xx", "HP ProBook 64", xy_swap),
252 AXIS_DMI_MATCH("HPB64xx", "HP EliteBook 84", xy_swap),
253 AXIS_DMI_MATCH("HPB65xx", "HP ProBook 65", x_inverted),
254 AXIS_DMI_MATCH("HPZBook15", "HP ZBook 15", x_inverted),
255 AXIS_DMI_MATCH("HPZBook17", "HP ZBook 17", xy_swap_yz_inverted),
258 * "NC6910" "HP Compaq 6910"
259 * "NC2400" "HP Compaq nc2400"
260 * "NX74x0" "HP Compaq nx74"
261 * "NX6325" "HP Compaq nx6325"
262 * "NC4400" "HP Compaq nc4400"
281 .name = "hp::hddprotect",
427 /* For the HP MDPS aka 3D Driveguard */
440 MODULE_DESCRIPTION("Glue between LIS3LV02Dx and HP ACPI BIOS and support for disk protection LED.");